From 8d612570c86b68b54e4b2350a840ff984860f11c Mon Sep 17 00:00:00 2001 From: miloyip Date: Mon, 7 Jul 2014 19:15:10 +0800 Subject: Revise doxygen style Imitate readthedocs --- build/Doxyfile | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'build') diff --git a/build/Doxyfile b/build/Doxyfile index 59f5f602..a0503048 100644 --- a/build/Doxyfile +++ b/build/Doxyfile @@ -766,7 +766,15 @@ WARN_LOGFILE = INPUT = ./include/ \ ./readme.md \ - ./doc/ + ./doc/features.md \ + ./doc/tutorial.md \ + ./doc/stream.md \ + ./doc/encoding.md \ + ./doc/dom.md \ + ./doc/sax.md \ + ./doc/performance.md \ + ./doc/internals.md \ + ./doc/faq.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1027,7 +1035,7 @@ CLANG_OPTIONS = # classes, structs, unions or interfaces. # The default value is: YES. -ALPHABETICAL_INDEX = YES +ALPHABETICAL_INDEX = BI # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in # which the alphabetical index list will be split. @@ -1086,7 +1094,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = +HTML_HEADER = ./doc/misc/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1096,7 +1104,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = ./doc/misc/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of @@ -1387,7 +1395,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 = NO +DISABLE_INDEX = YES # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag @@ -1404,7 +1412,7 @@ DISABLE_INDEX = NO # 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. -- cgit v1.2.3