Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = doxygen
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS = YES
CREATE_SUBDIRS = NO

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
Expand Down
2 changes: 1 addition & 1 deletion doxybook-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseUrl": "/doxybook/",
"baseUrl": "../",
"indexInFolders": true,
"linkSuffix": "/",
"mainPageInRoot": true,
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ nav:
- Pathfinder Development:
- Contributing: contributing.md
- API:
- Classes: /doxybook/Classes
- Namespaces: /doxybook/Namespaces
- Modules: /doxybook/Modules
- Files: /doxybook/Files
- Related Pages: /doxybook/Pages
- Examples: /doxybook/Examples
- Classes: doxybook/Classes/index.md
- Namespaces: doxybook/Namespaces/index.md
- Modules: doxybook/Modules/index.md
- Files: doxybook/Files/index.md
- Related Pages: doxybook/Pages/index.md
- Examples: doxybook/Examples/index.md
theme: readthedocs
markdown_extensions:
- footnotes
Empty file added mkdocs/doxybook/.gitkeep
Empty file.