summaryrefslogtreecommitdiff
path: root/api-docs/cppdocs/Doxyfile-HTML
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-10-28 18:57:12 -0400
committerJordan <github@psifertex.com>2025-11-06 10:32:46 -0500
commitbb427a5cee88d1f56a065d183dae53e5f9479204 (patch)
tree1a152f3726efc6da44d67e918edb375eca414ad0 /api-docs/cppdocs/Doxyfile-HTML
parent5ed12c4574ea5c3cb82aa6c7f77e3003d49442b2 (diff)
add collapsing of the sidebar and ignore empty metadata and platform names
Diffstat (limited to 'api-docs/cppdocs/Doxyfile-HTML')
-rw-r--r--api-docs/cppdocs/Doxyfile-HTML4
1 files changed, 3 insertions, 1 deletions
diff --git a/api-docs/cppdocs/Doxyfile-HTML b/api-docs/cppdocs/Doxyfile-HTML
index 69cdb814..b2358e34 100644
--- a/api-docs/cppdocs/Doxyfile-HTML
+++ b/api-docs/cppdocs/Doxyfile-HTML
@@ -913,6 +913,8 @@ EXCLUDE_SYMBOLS = BinaryNinja::LowLevelILInstructionAccessor \
BinaryNinja::MediumLevelILInstructionAccessor* \
BinaryNinja::HighLevelILInstructionAccessor \
BinaryNinja::HighLevelILInstructionAccessor* \
+ metadata \
+ platform
#EXCLUDE_SYMBOLS = QProgressIndicator #Broke Exhale
@@ -1505,7 +1507,7 @@ ENUM_VALUES_PER_LINE = 4
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.
-TREEVIEW_WIDTH = 250
+TREEVIEW_WIDTH = 400
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.