DOC: doxygen - activate treeview

This commit is contained in:
Andrew Heather 2024-06-24 09:58:17 +01:00
parent c6399ca920
commit 510d9fc5a5

View File

@ -801,6 +801,7 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.H \ FILE_PATTERNS = *.H \
*.C \ *.C \
*.cpp \
*.dox *.dox
# The RECURSIVE tag can be used to specify whether or not subdirectories should # The RECURSIVE tag can be used to specify whether or not subdirectories should
@ -1396,7 +1397,7 @@ DISABLE_INDEX = NO
# The default value is: NO. # The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # 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. # doxygen will group on one line in the generated HTML documentation.