@@ -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 # Unsupported by current Doxygen version
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
@@ -219,7 +219,7 @@ JAVADOC_AUTOBRIEF = NO
219
219
# interpreted by doxygen.
220
220
# The default value is: NO.
221
221
222
- JAVADOC_BANNER = NO
222
+ # JAVADOC_BANNER = NO # Unsupported by current Doxygen version
223
223
224
224
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
225
225
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -247,7 +247,7 @@ MULTILINE_CPP_IS_BRIEF = NO
247
247
# documentation blocks is shown as doxygen documentation.
248
248
# The default value is: YES.
249
249
250
- PYTHON_DOCSTRING = YES
250
+ # PYTHON_DOCSTRING = YES # Unsupported by current Doxygen version
251
251
252
252
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
253
253
# documentation from any documented member that it re-implements.
@@ -319,7 +319,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
319
319
# separated into more groups, etc.
320
320
# The default value is: NO.
321
321
322
- OPTIMIZE_OUTPUT_SLICE = NO
322
+ # OPTIMIZE_OUTPUT_SLICE = NO # Unsupported by current Doxygen version
323
323
324
324
# Doxygen selects the parser to use depending on the extension of the files it
325
325
# parses. With this tag you can assign which parser to use for a given
@@ -372,7 +372,7 @@ TOC_INCLUDE_HEADINGS = 0
372
372
# The default value is: DOXYGEN.
373
373
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
374
374
375
- MARKDOWN_ID_STYLE = DOXYGEN
375
+ # MARKDOWN_ID_STYLE = DOXYGEN # Unsupported by current Doxygen version
376
376
377
377
# When enabled doxygen tries to link words that correspond to documented
378
378
# classes, or namespaces to their corresponding documentation. Such a link can
@@ -496,15 +496,15 @@ LOOKUP_CACHE_SIZE = 0
496
496
# DOT_NUM_THREADS setting.
497
497
# Minimum value: 0, maximum value: 32, default value: 1.
498
498
499
- NUM_PROC_THREADS = 1
499
+ # NUM_PROC_THREADS = 1 # Unsupported by current Doxygen version
500
500
501
501
# If the TIMESTAMP tag is set different from NO then each generated page will
502
502
# contain the date or date and time when the page was generated. Setting this to
503
503
# NO can help when comparing the output of multiple runs.
504
504
# Possible values are: YES, NO, DATETIME and DATE.
505
505
# The default value is: NO.
506
506
507
- TIMESTAMP = NO
507
+ # TIMESTAMP = NO # Unsupported by current Doxygen version
508
508
509
509
#---------------------------------------------------------------------------
510
510
# Build related configuration options
@@ -530,7 +530,7 @@ EXTRACT_PRIVATE = NO
530
530
# methods of a class will be included in the documentation.
531
531
# The default value is: NO.
532
532
533
- EXTRACT_PRIV_VIRTUAL = NO
533
+ # EXTRACT_PRIV_VIRTUAL = NO # Unsupported by current Doxygen version
534
534
535
535
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
536
536
# scope will be included in the documentation.
@@ -574,7 +574,7 @@ EXTRACT_ANON_NSPACES = NO
574
574
# parameters remain unnamed in the output.
575
575
# The default value is: YES.
576
576
577
- RESOLVE_UNNAMED_PARAMS = YES
577
+ # RESOLVE_UNNAMED_PARAMS = YES # Unsupported by current Doxygen version
578
578
579
579
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
580
580
# undocumented members inside documented classes or files. If set to NO these
@@ -649,7 +649,7 @@ HIDE_COMPOUND_REFERENCE= NO
649
649
# will show which file needs to be included to use the class.
650
650
# The default value is: YES.
651
651
652
- SHOW_HEADERFILE = YES
652
+ # SHOW_HEADERFILE = YES # Unsupported by current Doxygen version
653
653
654
654
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
655
655
# the files that are included by a file in the documentation of that file.
@@ -867,7 +867,7 @@ WARN_IF_DOC_ERROR = YES
867
867
# parameters have no documentation without warning.
868
868
# The default value is: YES.
869
869
870
- WARN_IF_INCOMPLETE_DOC = YES
870
+ # WARN_IF_INCOMPLETE_DOC = YES # Unsupported by current Doxygen version
871
871
872
872
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
873
873
# are documented, but have no documentation for their parameters or return
@@ -885,7 +885,7 @@ WARN_NO_PARAMDOC = YES
885
885
# will automatically be disabled.
886
886
# The default value is: NO.
887
887
888
- WARN_IF_UNDOC_ENUM_VAL = NO
888
+ # WARN_IF_UNDOC_ENUM_VAL = NO # Unsupported by current Doxygen version
889
889
890
890
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
891
891
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
@@ -922,7 +922,7 @@ WARN_FORMAT = "$file:$line: $text"
922
922
# See also: WARN_FORMAT
923
923
# The default value is: at line $line of file $file.
924
924
925
- WARN_LINE_FORMAT = "at line $line of file $file"
925
+ # WARN_LINE_FORMAT = "at line $line of file $file" # Unsupported by current Doxygen version
926
926
927
927
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
928
928
# messages should be written. If left blank the output is written to standard
@@ -963,7 +963,7 @@ INPUT_ENCODING = UTF-8
963
963
# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
964
964
# "INPUT_ENCODING" for further information on supported encodings.
965
965
966
- INPUT_FILE_ENCODING =
966
+ # INPUT_FILE_ENCODING = # Unsupported by current Doxygen version
967
967
968
968
# If the value of the INPUT tag contains directories, you can use the
969
969
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
@@ -1134,7 +1134,7 @@ USE_MDFILE_AS_MAINPAGE =
1134
1134
# be processed before the automatic comment starts.
1135
1135
# Minimum value: 7, maximum value: 10000, default value: 72.
1136
1136
1137
- FORTRAN_COMMENT_AFTER = 72
1137
+ # FORTRAN_COMMENT_AFTER = 72 # Unsupported by current Doxygen version
1138
1138
1139
1139
#---------------------------------------------------------------------------
1140
1140
# Configuration options related to source browsing
@@ -1347,7 +1347,7 @@ HTML_EXTRA_FILES =
1347
1347
# The default value is: AUTO_LIGHT.
1348
1348
# This tag requires that the tag GENERATE_HTML is set to YES.
1349
1349
1350
- HTML_COLORSTYLE = AUTO_LIGHT
1350
+ # HTML_COLORSTYLE = AUTO_LIGHT # Unsupported by current Doxygen version
1351
1351
1352
1352
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1353
1353
# will adjust the colors in the style sheet and background images according to
@@ -1388,7 +1388,7 @@ HTML_COLORSTYLE_GAMMA = 80
1388
1388
# The default value is: YES.
1389
1389
# This tag requires that the tag GENERATE_HTML is set to YES.
1390
1390
1391
- HTML_DYNAMIC_MENUS = YES
1391
+ # HTML_DYNAMIC_MENUS = YES # Unsupported by current Doxygen version
1392
1392
1393
1393
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1394
1394
# documentation will contain sections that can be hidden and shown after the
@@ -1403,7 +1403,7 @@ HTML_DYNAMIC_SECTIONS = NO
1403
1403
# The default value is: YES.
1404
1404
# This tag requires that the tag GENERATE_HTML is set to YES.
1405
1405
1406
- HTML_CODE_FOLDING = YES
1406
+ # HTML_CODE_FOLDING = YES # Unsupported by current Doxygen version
1407
1407
1408
1408
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1409
1409
# shown in the various tree structured indices initially; the user can expand
@@ -1446,7 +1446,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
1446
1446
# (such as a company or product suite) can be grouped.
1447
1447
# This tag requires that the tag GENERATE_DOCSET is set to YES.
1448
1448
1449
- DOCSET_FEEDURL =
1449
+ # DOCSET_FEEDURL = # Unsupported by current Doxygen version
1450
1450
1451
1451
# This tag specifies a string that should uniquely identify the documentation
1452
1452
# set bundle. This should be a reverse domain-name style string, e.g.
@@ -1543,7 +1543,7 @@ TOC_EXPAND = NO
1543
1543
# protocol see https://www.sitemaps.org
1544
1544
# This tag requires that the tag GENERATE_HTML is set to YES.
1545
1545
1546
- SITEMAP_URL =
1546
+ # SITEMAP_URL = # Unsupported by current Doxygen version
1547
1547
1548
1548
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1549
1549
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
@@ -1667,7 +1667,7 @@ GENERATE_TREEVIEW = NO
1667
1667
# The default value is: NO.
1668
1668
# This tag requires that the tag GENERATE_HTML is set to YES.
1669
1669
1670
- FULL_SIDEBAR = NO
1670
+ # FULL_SIDEBAR = NO # Unsupported by current Doxygen version
1671
1671
1672
1672
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1673
1673
# doxygen will group on one line in the generated HTML documentation.
@@ -1698,7 +1698,7 @@ EXT_LINKS_IN_WINDOW = NO
1698
1698
# The default value is: YES.
1699
1699
# This tag requires that the tag GENERATE_HTML is set to YES.
1700
1700
1701
- OBFUSCATE_EMAILS = YES
1701
+ # OBFUSCATE_EMAILS = YES # Unsupported by current Doxygen version
1702
1702
1703
1703
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
1704
1704
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
@@ -1709,7 +1709,7 @@ OBFUSCATE_EMAILS = YES
1709
1709
# The default value is: png.
1710
1710
# This tag requires that the tag GENERATE_HTML is set to YES.
1711
1711
1712
- HTML_FORMULA_FORMAT = png
1712
+ # HTML_FORMULA_FORMAT = png # Unsupported by current Doxygen version
1713
1713
1714
1714
# Use this tag to change the font size of LaTeX formulas included as images in
1715
1715
# the HTML documentation. When you change the font size after a successful
@@ -1724,7 +1724,7 @@ FORMULA_FONTSIZE = 10
1724
1724
# to create new LaTeX commands to be used in formulas as building blocks. See
1725
1725
# the section "Including formulas" for details.
1726
1726
1727
- FORMULA_MACROFILE =
1727
+ # FORMULA_MACROFILE = # Unsupported by current Doxygen version
1728
1728
1729
1729
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1730
1730
# https://www.mathjax.org) which uses client side JavaScript for the rendering
@@ -1746,7 +1746,7 @@ USE_MATHJAX = NO
1746
1746
# The default value is: MathJax_2.
1747
1747
# This tag requires that the tag USE_MATHJAX is set to YES.
1748
1748
1749
- MATHJAX_VERSION = MathJax_2
1749
+ # MATHJAX_VERSION = MathJax_2 # Unsupported by current Doxygen version
1750
1750
1751
1751
# When MathJax is enabled you can set the default output format to be used for
1752
1752
# the MathJax output. For more details about the output format see MathJax
@@ -1935,7 +1935,7 @@ MAKEINDEX_CMD_NAME = makeindex
1935
1935
# The default value is: makeindex.
1936
1936
# This tag requires that the tag GENERATE_LATEX is set to YES.
1937
1937
1938
- LATEX_MAKEINDEX_CMD = makeindex
1938
+ # LATEX_MAKEINDEX_CMD = makeindex # Unsupported by current Doxygen version
1939
1939
1940
1940
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1941
1941
# documents. This may be useful for small projects and may help to save some
@@ -2069,7 +2069,7 @@ LATEX_BIB_STYLE = plain
2069
2069
# LATEX_OUTPUT directory will be used.
2070
2070
# This tag requires that the tag GENERATE_LATEX is set to YES.
2071
2071
2072
- LATEX_EMOJI_DIRECTORY =
2072
+ # LATEX_EMOJI_DIRECTORY = # Unsupported by current Doxygen version
2073
2073
2074
2074
#---------------------------------------------------------------------------
2075
2075
# Configuration options related to the RTF output
@@ -2203,7 +2203,7 @@ XML_PROGRAMLISTING = YES
2203
2203
# The default value is: NO.
2204
2204
# This tag requires that the tag GENERATE_XML is set to YES.
2205
2205
2206
- XML_NS_MEMB_FILE_SCOPE = NO
2206
+ # XML_NS_MEMB_FILE_SCOPE = NO # Unsupported by current Doxygen version
2207
2207
2208
2208
#---------------------------------------------------------------------------
2209
2209
# Configuration options related to the DOCBOOK output
@@ -2243,23 +2243,23 @@ GENERATE_AUTOGEN_DEF = NO
2243
2243
# database with symbols found by doxygen stored in tables.
2244
2244
# The default value is: NO.
2245
2245
2246
- GENERATE_SQLITE3 = NO
2246
+ # GENERATE_SQLITE3 = NO # Unsupported by current Doxygen version
2247
2247
2248
2248
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
2249
2249
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
2250
2250
# in front of it.
2251
2251
# The default directory is: sqlite3.
2252
2252
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2253
2253
2254
- SQLITE3_OUTPUT = sqlite3
2254
+ # SQLITE3_OUTPUT = sqlite3 # Unsupported by current Doxygen version
2255
2255
2256
2256
# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
2257
2257
# database file will be recreated with each doxygen run. If set to NO, doxygen
2258
2258
# will warn if an a database file is already found and not modify it.
2259
2259
# The default value is: YES.
2260
2260
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
2261
2261
2262
- SQLITE3_RECREATE_DB = YES
2262
+ # SQLITE3_RECREATE_DB = YES # Unsupported by current Doxygen version
2263
2263
2264
2264
#---------------------------------------------------------------------------
2265
2265
# Configuration options related to the Perl module output
@@ -2466,7 +2466,7 @@ DOT_NUM_THREADS = 0
2466
2466
# The default value is: fontname=Helvetica,fontsize=10.
2467
2467
# This tag requires that the tag HAVE_DOT is set to YES.
2468
2468
2469
- DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2469
+ # DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" # Unsupported by current Doxygen version
2470
2470
2471
2471
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
2472
2472
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
@@ -2475,15 +2475,15 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2475
2475
# The default value is: labelfontname=Helvetica,labelfontsize=10.
2476
2476
# This tag requires that the tag HAVE_DOT is set to YES.
2477
2477
2478
- DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
2478
+ # DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10" # Unsupported by current Doxygen version
2479
2479
2480
2480
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
2481
2481
# around nodes set 'shape=plain' or 'shape=plaintext' <a
2482
2482
# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
2483
2483
# The default value is: shape=box,height=0.2,width=0.4.
2484
2484
# This tag requires that the tag HAVE_DOT is set to YES.
2485
2485
2486
- DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
2486
+ # DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4" # Unsupported by current Doxygen version
2487
2487
2488
2488
# You can set the path where dot can find font specified with fontname in
2489
2489
# DOT_COMMON_ATTR and others dot attributes.
@@ -2559,7 +2559,7 @@ UML_LIMIT_NUM_FIELDS = 10
2559
2559
# The default value is: NO.
2560
2560
# This tag requires that the tag UML_LOOK is set to YES.
2561
2561
2562
- DOT_UML_DETAILS = NO
2562
+ # DOT_UML_DETAILS = NO # Unsupported by current Doxygen version
2563
2563
2564
2564
# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
2565
2565
# to display on a single line. If the actual line length exceeds this threshold
@@ -2568,7 +2568,7 @@ DOT_UML_DETAILS = NO
2568
2568
# Minimum value: 0, maximum value: 1000, default value: 17.
2569
2569
# This tag requires that the tag HAVE_DOT is set to YES.
2570
2570
2571
- DOT_WRAP_THRESHOLD = 17
2571
+ # DOT_WRAP_THRESHOLD = 17 # Unsupported by current Doxygen version
2572
2572
2573
2573
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2574
2574
# collaboration graphs will show the relations between templates and their
@@ -2649,7 +2649,7 @@ DIRECTORY_GRAPH = YES
2649
2649
# Minimum value: 1, maximum value: 25, default value: 1.
2650
2650
# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2651
2651
2652
- DIR_GRAPH_MAX_DEPTH = 1
2652
+ # DIR_GRAPH_MAX_DEPTH = 1 # Unsupported by current Doxygen version
2653
2653
2654
2654
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2655
2655
# generated by dot. For an explanation of the image formats see the section
@@ -2782,7 +2782,7 @@ DOT_CLEANUP = YES
2782
2782
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
2783
2783
# output file formats "png", "eps", "svg", and "ismap".
2784
2784
2785
- MSCGEN_TOOL =
2785
+ # MSCGEN_TOOL = # Unsupported by current Doxygen version
2786
2786
2787
2787
# The MSCFILE_DIRS tag can be used to specify one or more directories that
2788
2788
# contain msc files that are included in the documentation (see the \mscfile
0 commit comments