some more config tweaks

ENGINE-1002--3.x
Gernot Kranz 1 year ago committed by Luca Saiu
parent 60cd1fc1da
commit 1510c366c3

@ -709,13 +709,13 @@ STRICT_PROTO_MATCHING = NO
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST = YES
GENERATE_TESTLIST = NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
@ -1597,7 +1597,7 @@ DISABLE_INDEX = NO
# This tag requires that the tag GENERATE_HTML is set to YES.
# from old doxyfile yes
GENERATE_TREEVIEW = NO
GENERATE_TREEVIEW = YES
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the

@ -3,7 +3,6 @@
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="yes" title="" intro=""/>
<tab type="modules" visible="yes" title="" intro=""/>
<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
@ -16,6 +15,10 @@
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
</tab>
<tab type="user" visible="yes" title="Functions" url="globals_func.html" intro="">
<tab type="functionlist" visible="yes" title="" intro=""/>
<tab type="functionindex" visible="$ALPHABETICAL_INDEX" title=""/>
</tab>
<tab type="classes" visible="yes" title="">
<tab type="classlist" visible="yes" title="" intro=""/>
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
@ -36,10 +39,7 @@
<tab type="globals" visible="yes" title="" intro=""/>
</tab>
<tab type="examples" visible="yes" title="" intro=""/>
<tab type="user" visible="yes" title="Functions" url="globals_func.html" intro="">
<tab type="functionlist" visible="yes" title="" intro=""/>
<tab type="functionindex" visible="$ALPHABETICAL_INDEX" title=""/>
</tab>
<tab type="pages" visible="yes" title="" intro=""/>
</navindex>
<!-- Layout definition for a class page -->

Loading…
Cancel
Save