Skip to content

Commit 692164d

Browse files
committed
Update header.html
1 parent c95a841 commit 692164d

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Diff for: doc/doxyfile.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,8 @@ VERBATIM_HEADERS = YES
984984
# classes, structs, unions or interfaces.
985985
# The default value is: YES.
986986

987-
ALPHABETICAL_INDEX = NO
987+
ALPHABETICAL_INDEX = YES
988+
TOC_INCLUDE_HEADINGS = 2
988989

989990
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
990991
# which the alphabetical index list will be split.

Diff for: doc/web_doxyfile.in

+4-15
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER = %JSONCPP_VERSION%
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF =
47+
PROJECT_BRIEF = "JSON data format manipulation library"
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -984,7 +984,8 @@ VERBATIM_HEADERS = NO
984984
# classes, structs, unions or interfaces.
985985
# The default value is: YES.
986986

987-
ALPHABETICAL_INDEX = NO
987+
ALPHABETICAL_INDEX = YES
988+
TOC_INCLUDE_HEADINGS = 2
988989

989990
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
990991
# which the alphabetical index list will be split.
@@ -1360,7 +1361,7 @@ DISABLE_INDEX = NO
13601361
# The default value is: NO.
13611362
# This tag requires that the tag GENERATE_HTML is set to YES.
13621363

1363-
GENERATE_TREEVIEW = NO
1364+
GENERATE_TREEVIEW = YES
13641365

13651366
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
13661367
# doxygen will group on one line in the generated HTML documentation.
@@ -1797,18 +1798,6 @@ GENERATE_XML = NO
17971798

17981799
XML_OUTPUT = xml
17991800

1800-
# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
1801-
# validating XML parser to check the syntax of the XML files.
1802-
# This tag requires that the tag GENERATE_XML is set to YES.
1803-
1804-
XML_SCHEMA =
1805-
1806-
# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1807-
# validating XML parser to check the syntax of the XML files.
1808-
# This tag requires that the tag GENERATE_XML is set to YES.
1809-
1810-
XML_DTD =
1811-
18121801
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
18131802
# listings (including syntax highlighting and cross-referencing information) to
18141803
# the XML output. Note that enabling this will significantly increase the size

0 commit comments

Comments
 (0)