We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f93107 commit af73167Copy full SHA for af73167
1 file changed
doxygen/doc.cfg
@@ -933,7 +933,7 @@ QHG_LOCATION =
933
# top of each HTML page. The value NO (the default) enables the index and
934
# the value YES disables it.
935
936
-DISABLE_INDEX = YES
+DISABLE_INDEX = NO
937
938
# This tag can be used to set the number of enum values (range [1..20])
939
# that doxygen will group on one line in the generated HTML documentation.
@@ -948,7 +948,7 @@ ENUM_VALUES_PER_LINE = 4
948
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
949
# Windows users are probably better off using the HTML help feature.
950
951
-GENERATE_TREEVIEW = YES
+GENERATE_TREEVIEW = NO
952
953
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
954
# and Class Hierarchy pages using a tree view instead of an ordered list.
@@ -974,7 +974,7 @@ FORMULA_FONTSIZE = 10
974
# there is already a search function so this one should typically
975
# be disabled.
976
977
-SEARCHENGINE = YES
+SEARCHENGINE = NO
978
979
#---------------------------------------------------------------------------
980
# configuration options related to the LaTeX output
0 commit comments