Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormiloyip <miloyip@gmail.com>2014-07-07 15:15:10 +0400
committermiloyip <miloyip@gmail.com>2014-07-07 15:15:10 +0400
commit8d612570c86b68b54e4b2350a840ff984860f11c (patch)
tree517bb36f4925bdca762394501874c41ca024117b /build
parent19cdf7b77f35e21a210233e6b2c8a4c680f69561 (diff)
Revise doxygen style
Imitate readthedocs
Diffstat (limited to 'build')
-rw-r--r--build/Doxyfile20
1 files changed, 14 insertions, 6 deletions
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.