Skip to content

Commit af73167

Browse files
committed
updated docs
1 parent 2f93107 commit af73167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doxygen/doc.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ QHG_LOCATION =
933933
# top of each HTML page. The value NO (the default) enables the index and
934934
# the value YES disables it.
935935

936-
DISABLE_INDEX = YES
936+
DISABLE_INDEX = NO
937937

938938
# This tag can be used to set the number of enum values (range [1..20])
939939
# that doxygen will group on one line in the generated HTML documentation.
@@ -948,7 +948,7 @@ ENUM_VALUES_PER_LINE = 4
948948
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
949949
# Windows users are probably better off using the HTML help feature.
950950

951-
GENERATE_TREEVIEW = YES
951+
GENERATE_TREEVIEW = NO
952952

953953
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
954954
# and Class Hierarchy pages using a tree view instead of an ordered list.
@@ -974,7 +974,7 @@ FORMULA_FONTSIZE = 10
974974
# there is already a search function so this one should typically
975975
# be disabled.
976976

977-
SEARCHENGINE = YES
977+
SEARCHENGINE = NO
978978

979979
#---------------------------------------------------------------------------
980980
# configuration options related to the LaTeX output

0 commit comments

Comments
 (0)