diff options
| author | winter Sparkles | 2026-04-27 21:55:21 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-04-27 21:55:21 +0100 |
| commit | c38bcb25aa1805009e399cea40e66d6f31195744 (patch) | |
| tree | 1ac302eb72966eaf106e8cb070a7a32def8370b0 /Doxyfile | |
| parent | 05a9d192ee17c503172e785fd1383a62f2feb20b (diff) | |
add requests (but not responses yet)
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1750,7 +1750,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -DISABLE_INDEX = YES +DISABLE_INDEX = NO # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag @@ -1767,7 +1767,7 @@ DISABLE_INDEX = YES # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the # FULL_SIDEBAR option determines if the side bar is limited to only the treeview |
