]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
docs: Tweaks to the generated HTML
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Jun 2017 14:59:31 +0000 (14:59 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Jun 2017 10:47:39 +0000 (11:47 +0100)
 * Default to a fully expanded index
 * Hide graphs by default

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Doxyfile

index 7d3891fa02c51c12306d8820d61edf4837e27ee0..70f08d4f36022d72606f90ae7650cc37511089a9 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1206,7 +1206,7 @@ HTML_TIMESTAMP         = NO
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_DYNAMIC_SECTIONS  = NO
+HTML_DYNAMIC_SECTIONS  = YES
 
 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
 # shown in the various tree structured indices initially; the user can expand
@@ -1219,7 +1219,7 @@ HTML_DYNAMIC_SECTIONS  = NO
 # Minimum value: 0, maximum value: 9999, default value: 100.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_INDEX_NUM_ENTRIES = 100
+HTML_INDEX_NUM_ENTRIES = 0
 
 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
 # generated that can be used as input for Apple's Xcode 3 integrated development