Skip to content
Draft
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
3 changes: 2 additions & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ INLINE_INHERITED_MEMB = NO
# shortest path that makes the file name unique will be used
# The default value is: YES.

FULL_PATH_NAMES = YES
FULL_PATH_NAMES = NO

# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
Expand Down Expand Up @@ -1467,6 +1467,7 @@ DISABLE_INDEX = YES
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = YES
HTML_INDEX_NOINDEX = YES

# The HIDE_TREEVIEW_ROOT tag is used to remove the root node from the tree view.
# When not hidden, the tree root will be PROJECT_NAME. If the tree root is set
Expand Down