Skip to content

Commit

Permalink
Enable index and treeview in doxygen.
Browse files Browse the repository at this point in the history
Fixes #142.
  • Loading branch information
radarsat1 committed Feb 16, 2024
1 parent 2f6f56b commit 5e7aef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference.doxygen.in
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
# The default value is: NO.
# 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
Expand All @@ -1538,7 +1538,7 @@ DISABLE_INDEX = YES
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW = NO
GENERATE_TREEVIEW = YES

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
Expand Down

0 comments on commit 5e7aef4

Please sign in to comment.