@@ -90,7 +90,7 @@ CREATE_SUBDIRS = NO
90
90
# Minimum value: 0, maximum value: 8, default value: 8.
91
91
# This tag requires that the tag CREATE_SUBDIRS is set to YES.
92
92
93
- CREATE_SUBDIRS_LEVEL = 8
93
+ # CREATE_SUBDIRS_LEVEL = 8
94
94
95
95
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96
96
# characters to appear in the names of generated files. If set to NO, non-ASCII
@@ -362,7 +362,7 @@ TOC_INCLUDE_HEADINGS = 5
362
362
# The default value is: DOXYGEN.
363
363
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
364
364
365
- MARKDOWN_ID_STYLE = DOXYGEN
365
+ # MARKDOWN_ID_STYLE = DOXYGEN
366
366
367
367
# When enabled doxygen tries to link words that correspond to documented
368
368
# classes, or namespaces to their corresponding documentation. Such a link can
@@ -494,7 +494,7 @@ NUM_PROC_THREADS = 1
494
494
# Possible values are: YES, NO, DATETIME and DATE.
495
495
# The default value is: NO.
496
496
497
- TIMESTAMP = YES
497
+ # TIMESTAMP = YES
498
498
499
499
#---------------------------------------------------------------------------
500
500
# Build related configuration options
@@ -639,7 +639,7 @@ HIDE_COMPOUND_REFERENCE= NO
639
639
# will show which file needs to be included to use the class.
640
640
# The default value is: YES.
641
641
642
- SHOW_HEADERFILE = YES
642
+ # SHOW_HEADERFILE = YES
643
643
644
644
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
645
645
# the files that are included by a file in the documentation of that file.
@@ -857,7 +857,7 @@ WARN_IF_DOC_ERROR = YES
857
857
# parameters have no documentation without warning.
858
858
# The default value is: YES.
859
859
860
- WARN_IF_INCOMPLETE_DOC = YES
860
+ # WARN_IF_INCOMPLETE_DOC = YES
861
861
862
862
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
863
863
# are documented, but have no documentation for their parameters or return
@@ -875,7 +875,7 @@ WARN_NO_PARAMDOC = NO
875
875
# will automatically be disabled.
876
876
# The default value is: NO.
877
877
878
- WARN_IF_UNDOC_ENUM_VAL = NO
878
+ # WARN_IF_UNDOC_ENUM_VAL = NO
879
879
880
880
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
881
881
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
@@ -912,7 +912,7 @@ WARN_FORMAT = "$file:$line: $text"
912
912
# See also: WARN_FORMAT
913
913
# The default value is: at line $line of file $file.
914
914
915
- WARN_LINE_FORMAT = "at line $line of file $file"
915
+ # WARN_LINE_FORMAT = "at line $line of file $file"
916
916
917
917
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
918
918
# messages should be written. If left blank the output is written to standard
@@ -953,7 +953,7 @@ INPUT_ENCODING = UTF-8
953
953
# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
954
954
# "INPUT_ENCODING" for further information on supported encodings.
955
955
956
- INPUT_FILE_ENCODING =
956
+ # INPUT_FILE_ENCODING =
957
957
958
958
# If the value of the INPUT tag contains directories, you can use the
959
959
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
@@ -1112,7 +1112,7 @@ USE_MDFILE_AS_MAINPAGE =
1112
1112
# be processed before the automatic comment starts.
1113
1113
# Minimum value: 7, maximum value: 10000, default value: 72.
1114
1114
1115
- FORTRAN_COMMENT_AFTER = 72
1115
+ # FORTRAN_COMMENT_AFTER = 72
1116
1116
1117
1117
#---------------------------------------------------------------------------
1118
1118
# Configuration options related to source browsing
@@ -1365,7 +1365,7 @@ HTML_EXTRA_FILES =
1365
1365
# The default value is: AUTO_LIGHT.
1366
1366
# This tag requires that the tag GENERATE_HTML is set to YES.
1367
1367
1368
- HTML_COLORSTYLE = AUTO_LIGHT
1368
+ # HTML_COLORSTYLE = AUTO_LIGHT
1369
1369
1370
1370
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1371
1371
# will adjust the colors in the style sheet and background images according to
@@ -1421,7 +1421,7 @@ HTML_DYNAMIC_SECTIONS = YES
1421
1421
# The default value is: YES.
1422
1422
# This tag requires that the tag GENERATE_HTML is set to YES.
1423
1423
1424
- HTML_CODE_FOLDING = YES
1424
+ # HTML_CODE_FOLDING = YES
1425
1425
1426
1426
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1427
1427
# shown in the various tree structured indices initially; the user can expand
@@ -1464,7 +1464,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
1464
1464
# (such as a company or product suite) can be grouped.
1465
1465
# This tag requires that the tag GENERATE_DOCSET is set to YES.
1466
1466
1467
- DOCSET_FEEDURL =
1467
+ # DOCSET_FEEDURL =
1468
1468
1469
1469
# This tag specifies a string that should uniquely identify the documentation
1470
1470
# set bundle. This should be a reverse domain-name style string, e.g.
@@ -1561,7 +1561,7 @@ TOC_EXPAND = NO
1561
1561
# protocol see https://www.sitemaps.org
1562
1562
# This tag requires that the tag GENERATE_HTML is set to YES.
1563
1563
1564
- SITEMAP_URL =
1564
+ # SITEMAP_URL =
1565
1565
1566
1566
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1567
1567
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
@@ -1685,7 +1685,7 @@ GENERATE_TREEVIEW = NO
1685
1685
# The default value is: NO.
1686
1686
# This tag requires that the tag GENERATE_HTML is set to YES.
1687
1687
1688
- FULL_SIDEBAR = NO
1688
+ # FULL_SIDEBAR = NO
1689
1689
1690
1690
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1691
1691
# doxygen will group on one line in the generated HTML documentation.
@@ -1716,7 +1716,7 @@ EXT_LINKS_IN_WINDOW = NO
1716
1716
# The default value is: YES.
1717
1717
# This tag requires that the tag GENERATE_HTML is set to YES.
1718
1718
1719
- OBFUSCATE_EMAILS = YES
1719
+ # OBFUSCATE_EMAILS = YES
1720
1720
1721
1721
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1722
1722
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
@@ -1764,7 +1764,7 @@ USE_MATHJAX = NO
1764
1764
# The default value is: MathJax_2.
1765
1765
# This tag requires that the tag USE_MATHJAX is set to YES.
1766
1766
1767
- MATHJAX_VERSION = MathJax_2
1767
+ # MATHJAX_VERSION = MathJax_2
1768
1768
1769
1769
# When MathJax is enabled you can set the default output format to be used for
1770
1770
# the MathJax output. For more details about the output format see MathJax
@@ -2261,23 +2261,23 @@ GENERATE_AUTOGEN_DEF = NO
2261
2261
# database with symbols found by doxygen stored in tables.
2262
2262
# The default value is: NO.
2263
2263
2264
- GENERATE_SQLITE3 = NO
2264
+ # GENERATE_SQLITE3 = NO
2265
2265
2266
2266
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
2267
2267
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
2268
2268
# in front of it.
2269
2269
# The default directory is: sqlite3.
2270
2270
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2271
2271
2272
- SQLITE3_OUTPUT = sqlite3
2272
+ # SQLITE3_OUTPUT = sqlite3
2273
2273
2274
2274
# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
2275
2275
# database file will be recreated with each doxygen run. If set to NO, doxygen
2276
2276
# will warn if an a database file is already found and not modify it.
2277
2277
# The default value is: YES.
2278
2278
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2279
2279
2280
- SQLITE3_RECREATE_DB = YES
2280
+ # SQLITE3_RECREATE_DB = YES
2281
2281
2282
2282
#---------------------------------------------------------------------------
2283
2283
# Configuration options related to the Perl module output
@@ -2485,7 +2485,7 @@ DOT_NUM_THREADS = 0
2485
2485
# The default value is: fontname=Helvetica,fontsize=10.
2486
2486
# This tag requires that the tag HAVE_DOT is set to YES.
2487
2487
2488
- DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2488
+ # DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2489
2489
2490
2490
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
2491
2491
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
@@ -2494,15 +2494,15 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2494
2494
# The default value is: labelfontname=Helvetica,labelfontsize=10.
2495
2495
# This tag requires that the tag HAVE_DOT is set to YES.
2496
2496
2497
- DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
2497
+ # DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
2498
2498
2499
2499
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
2500
2500
# around nodes set 'shape=plain' or 'shape=plaintext' <a
2501
2501
# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
2502
2502
# The default value is: shape=box,height=0.2,width=0.4.
2503
2503
# This tag requires that the tag HAVE_DOT is set to YES.
2504
2504
2505
- DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
2505
+ # DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
2506
2506
2507
2507
# You can set the path where dot can find font specified with fontname in
2508
2508
# DOT_COMMON_ATTR and others dot attributes.
@@ -2668,7 +2668,7 @@ DIRECTORY_GRAPH = YES
2668
2668
# Minimum value: 1, maximum value: 25, default value: 1.
2669
2669
# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2670
2670
2671
- DIR_GRAPH_MAX_DEPTH = 1
2671
+ # DIR_GRAPH_MAX_DEPTH = 1
2672
2672
2673
2673
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2674
2674
# generated by dot. For an explanation of the image formats see the section
@@ -2764,7 +2764,7 @@ DOT_GRAPH_MAX_NODES = 50
2764
2764
# Minimum value: 0, maximum value: 1000, default value: 0.
2765
2765
# This tag requires that the tag HAVE_DOT is set to YES.
2766
2766
2767
- MAX_DOT_GRAPH_DEPTH = 0
2767
+ # MAX_DOT_GRAPH_DEPTH = 0
2768
2768
2769
2769
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2770
2770
# files in one run (i.e. multiple -o and -T options on the command line). This
@@ -2802,7 +2802,7 @@ DOT_CLEANUP = YES
2802
2802
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
2803
2803
# output file formats "png", "eps", "svg", and "ismap".
2804
2804
2805
- MSCGEN_TOOL =
2805
+ # MSCGEN_TOOL =
2806
2806
2807
2807
# The MSCFILE_DIRS tag can be used to specify one or more directories that
2808
2808
# contain msc files that are included in the documentation (see the \mscfile
0 commit comments