@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
76
76
# U+3044.
77
77
# The default value is: NO.
78
78
79
- ALLOW_UNICODE_NAMES = NO
79
+ # ALLOW_UNICODE_NAMES = NO
80
80
81
81
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
82
82
# documentation generated by doxygen is written. Doxygen will use this
@@ -357,7 +357,7 @@ DISTRIBUTE_GROUP_DOC = NO
357
357
# is disabled and one has to add nested compounds explicitly via \ingroup.
358
358
# The default value is: NO.
359
359
360
- GROUP_NESTED_COMPOUNDS = NO
360
+ # GROUP_NESTED_COMPOUNDS = NO
361
361
362
362
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
363
363
# (for instance a group of public functions) to be put as a subgroup of that
@@ -528,7 +528,7 @@ HIDE_SCOPE_NAMES = YES
528
528
# YES the compound reference will be hidden.
529
529
# The default value is: NO.
530
530
531
- HIDE_COMPOUND_REFERENCE= NO
531
+ # HIDE_COMPOUND_REFERENCE= NO
532
532
533
533
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
534
534
# the files that are included by a file in the documentation of that file.
@@ -752,7 +752,7 @@ WARN_NO_PARAMDOC = NO
752
752
# a warning is encountered.
753
753
# The default value is: NO.
754
754
755
- WARN_AS_ERROR = NO
755
+ # WARN_AS_ERROR = NO
756
756
757
757
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
758
758
# can produce. The string should contain the $file, $line, and $text tags, which
@@ -1041,15 +1041,15 @@ VERBATIM_HEADERS = YES
1041
1041
# generated with the -Duse-libclang=ON option for CMake.
1042
1042
# The default value is: NO.
1043
1043
1044
- CLANG_ASSISTED_PARSING = NO
1044
+ # CLANG_ASSISTED_PARSING = NO
1045
1045
1046
1046
# If clang assisted parsing is enabled you can provide the compiler with command
1047
1047
# line options that you would normally use when invoking the compiler. Note that
1048
1048
# the include paths will already be set by doxygen for the files and directories
1049
1049
# specified with INPUT and INCLUDE_PATH.
1050
1050
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1051
1051
1052
- CLANG_OPTIONS =
1052
+ # CLANG_OPTIONS =
1053
1053
1054
1054
#---------------------------------------------------------------------------
1055
1055
# Configuration options related to the alphabetical class index
@@ -1721,7 +1721,7 @@ LATEX_FOOTER =
1721
1721
# list).
1722
1722
# This tag requires that the tag GENERATE_LATEX is set to YES.
1723
1723
1724
- LATEX_EXTRA_STYLESHEET =
1724
+ # LATEX_EXTRA_STYLESHEET =
1725
1725
1726
1726
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
1727
1727
# other source files which should be copied to the LATEX_OUTPUT output
@@ -1788,7 +1788,7 @@ LATEX_BIB_STYLE = plain
1788
1788
# The default value is: NO.
1789
1789
# This tag requires that the tag GENERATE_LATEX is set to YES.
1790
1790
1791
- LATEX_TIMESTAMP = NO
1791
+ # LATEX_TIMESTAMP = NO
1792
1792
1793
1793
#---------------------------------------------------------------------------
1794
1794
# Configuration options related to the RTF output
@@ -1854,7 +1854,7 @@ RTF_EXTENSIONS_FILE =
1854
1854
# The default value is: NO.
1855
1855
# This tag requires that the tag GENERATE_RTF is set to YES.
1856
1856
1857
- RTF_SOURCE_CODE = NO
1857
+ # RTF_SOURCE_CODE = NO
1858
1858
1859
1859
#---------------------------------------------------------------------------
1860
1860
# Configuration options related to the man page output
@@ -1889,7 +1889,7 @@ MAN_EXTENSION = .3
1889
1889
# MAN_EXTENSION with the initial . removed.
1890
1890
# This tag requires that the tag GENERATE_MAN is set to YES.
1891
1891
1892
- MAN_SUBDIR =
1892
+ # MAN_SUBDIR =
1893
1893
1894
1894
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1895
1895
# will generate one additional man file for each entity documented in the real
@@ -1952,7 +1952,7 @@ DOCBOOK_OUTPUT = docbook
1952
1952
# The default value is: NO.
1953
1953
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1954
1954
1955
- DOCBOOK_PROGRAMLISTING = NO
1955
+ # DOCBOOK_PROGRAMLISTING = NO
1956
1956
1957
1957
#---------------------------------------------------------------------------
1958
1958
# Configuration options for the AutoGen Definitions output
@@ -2383,7 +2383,7 @@ DIAFILE_DIRS =
2383
2383
# generate a warning when it encounters a \startuml command in this case and
2384
2384
# will not generate output for the diagram.
2385
2385
2386
- PLANTUML_JAR_PATH =
2386
+ # PLANTUML_JAR_PATH =
2387
2387
2388
2388
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
2389
2389
# configuration file for plantuml.
@@ -2393,7 +2393,7 @@ PLANTUML_JAR_PATH =
2393
2393
# When using plantuml, the specified paths are searched for files specified by
2394
2394
# the !include statement in a plantuml block.
2395
2395
2396
- PLANTUML_INCLUDE_PATH =
2396
+ # PLANTUML_INCLUDE_PATH =
2397
2397
2398
2398
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2399
2399
# that will be shown in the graph. If the number of nodes in a graph becomes
0 commit comments