@@ -334,7 +334,7 @@ MARKDOWN_SUPPORT = NO
334334# Minimum value: 0, maximum value: 99, default value: 5.
335335# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
336336
337- TOC_INCLUDE_HEADINGS = 5
337+ TOC_INCLUDE_HEADINGS = 0
338338
339339# When enabled doxygen tries to link words that correspond to documented
340340# classes, or namespaces to their corresponding documentation. Such a link can
@@ -1053,7 +1053,7 @@ REFERENCES_LINK_SOURCE = NO
10531053# The default value is: YES.
10541054# This tag requires that the tag SOURCE_BROWSER is set to YES.
10551055
1056- SOURCE_TOOLTIPS = YES
1056+ SOURCE_TOOLTIPS = NO
10571057
10581058# If the USE_HTAGS tag is set to YES then the references to source code will
10591059# point to the HTML generated by the htags(1) tool instead of doxygen built-in
@@ -1175,7 +1175,7 @@ HTML_FOOTER = footer.html
11751175# obsolete.
11761176# This tag requires that the tag GENERATE_HTML is set to YES.
11771177
1178- HTML_STYLESHEET =
1178+ HTML_STYLESHEET = binaryninja-docs.css
11791179
11801180# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
11811181# cascading style sheets that are included after the standard style sheets
@@ -1188,10 +1188,7 @@ HTML_STYLESHEET =
11881188# list). For an example see the documentation.
11891189# This tag requires that the tag GENERATE_HTML is set to YES.
11901190
1191- HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
1192- doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
1193- doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css \
1194- custom.css
1191+ HTML_EXTRA_STYLESHEET =
11951192
11961193# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
11971194# other source files which should be copied to the HTML output directory. Note
@@ -1201,7 +1198,7 @@ HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
12011198# files will be copied as-is; there are no commands or markers available.
12021199# This tag requires that the tag GENERATE_HTML is set to YES.
12031200
1204- HTML_EXTRA_FILES = doxygen-awesome-css/doxygen-awesome- darkmode-toggle .js
1201+ HTML_EXTRA_FILES = binaryninja- darkmode.js
12051202
12061203# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12071204# will adjust the colors in the style sheet and background images according to
@@ -1251,15 +1248,15 @@ HTML_TIMESTAMP = NO
12511248# The default value is: YES.
12521249# This tag requires that the tag GENERATE_HTML is set to YES.
12531250
1254- HTML_DYNAMIC_MENUS = NO
1251+ HTML_DYNAMIC_MENUS = YES
12551252
12561253# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
12571254# documentation will contain sections that can be hidden and shown after the
12581255# page has loaded.
12591256# The default value is: NO.
12601257# This tag requires that the tag GENERATE_HTML is set to YES.
12611258
1262- HTML_DYNAMIC_SECTIONS = NO
1259+ HTML_DYNAMIC_SECTIONS = YES
12631260
12641261# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
12651262# shown in the various tree structured indices initially; the user can expand
@@ -1490,6 +1487,9 @@ DISABLE_INDEX = YES
14901487
14911488GENERATE_TREEVIEW = YES
14921489
1490+ # Disable the page outline panel on the right side
1491+ PAGE_OUTLINE_PANEL = NO
1492+
14931493# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
14941494# doxygen will group on one line in the generated HTML documentation.
14951495#
0 commit comments