@@ -44,7 +44,7 @@ PROJECT_NUMBER = %JSONCPP_VERSION%
44
44
# for a project that appears at the top of each page and should give viewer a
45
45
# quick idea about the purpose of the project. Keep the description short.
46
46
47
- PROJECT_BRIEF =
47
+ PROJECT_BRIEF = "JSON data format manipulation library"
48
48
49
49
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
50
50
# the documentation. The maximum height of the logo should not exceed 55 pixels
@@ -984,7 +984,8 @@ VERBATIM_HEADERS = NO
984
984
# classes, structs, unions or interfaces.
985
985
# The default value is: YES.
986
986
987
- ALPHABETICAL_INDEX = NO
987
+ ALPHABETICAL_INDEX = YES
988
+ TOC_INCLUDE_HEADINGS = 2
988
989
989
990
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
990
991
# which the alphabetical index list will be split.
@@ -1360,7 +1361,7 @@ DISABLE_INDEX = NO
1360
1361
# The default value is: NO.
1361
1362
# This tag requires that the tag GENERATE_HTML is set to YES.
1362
1363
1363
- GENERATE_TREEVIEW = NO
1364
+ GENERATE_TREEVIEW = YES
1364
1365
1365
1366
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1366
1367
# doxygen will group on one line in the generated HTML documentation.
@@ -1797,18 +1798,6 @@ GENERATE_XML = NO
1797
1798
1798
1799
XML_OUTPUT = xml
1799
1800
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
-
1812
1801
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1813
1802
# listings (including syntax highlighting and cross-referencing information) to
1814
1803
# the XML output. Note that enabling this will significantly increase the size
0 commit comments