Skip to content

Commit 8c68d45

Browse files
committed
Update doxyfile, drop back to 1.8.3
1 parent 13af849 commit 8c68d45

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

Doxyfile

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ CREATE_SUBDIRS = NO
9090
# Minimum value: 0, maximum value: 8, default value: 8.
9191
# This tag requires that the tag CREATE_SUBDIRS is set to YES.
9292

93-
CREATE_SUBDIRS_LEVEL = 8
93+
# CREATE_SUBDIRS_LEVEL = 8 # Unsupported by current Doxygen version
9494

9595
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
9696
# characters to appear in the names of generated files. If set to NO, non-ASCII
@@ -219,7 +219,7 @@ JAVADOC_AUTOBRIEF = NO
219219
# interpreted by doxygen.
220220
# The default value is: NO.
221221

222-
JAVADOC_BANNER = NO
222+
# JAVADOC_BANNER = NO # Unsupported by current Doxygen version
223223

224224
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
225225
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -247,7 +247,7 @@ MULTILINE_CPP_IS_BRIEF = NO
247247
# documentation blocks is shown as doxygen documentation.
248248
# The default value is: YES.
249249

250-
PYTHON_DOCSTRING = YES
250+
# PYTHON_DOCSTRING = YES # Unsupported by current Doxygen version
251251

252252
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
253253
# documentation from any documented member that it re-implements.
@@ -319,7 +319,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
319319
# separated into more groups, etc.
320320
# The default value is: NO.
321321

322-
OPTIMIZE_OUTPUT_SLICE = NO
322+
# OPTIMIZE_OUTPUT_SLICE = NO # Unsupported by current Doxygen version
323323

324324
# Doxygen selects the parser to use depending on the extension of the files it
325325
# parses. With this tag you can assign which parser to use for a given
@@ -372,7 +372,7 @@ TOC_INCLUDE_HEADINGS = 0
372372
# The default value is: DOXYGEN.
373373
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
374374

375-
MARKDOWN_ID_STYLE = DOXYGEN
375+
# MARKDOWN_ID_STYLE = DOXYGEN # Unsupported by current Doxygen version
376376

377377
# When enabled doxygen tries to link words that correspond to documented
378378
# classes, or namespaces to their corresponding documentation. Such a link can
@@ -496,15 +496,15 @@ LOOKUP_CACHE_SIZE = 0
496496
# DOT_NUM_THREADS setting.
497497
# Minimum value: 0, maximum value: 32, default value: 1.
498498

499-
NUM_PROC_THREADS = 1
499+
# NUM_PROC_THREADS = 1 # Unsupported by current Doxygen version
500500

501501
# If the TIMESTAMP tag is set different from NO then each generated page will
502502
# contain the date or date and time when the page was generated. Setting this to
503503
# NO can help when comparing the output of multiple runs.
504504
# Possible values are: YES, NO, DATETIME and DATE.
505505
# The default value is: NO.
506506

507-
TIMESTAMP = NO
507+
# TIMESTAMP = NO # Unsupported by current Doxygen version
508508

509509
#---------------------------------------------------------------------------
510510
# Build related configuration options
@@ -530,7 +530,7 @@ EXTRACT_PRIVATE = NO
530530
# methods of a class will be included in the documentation.
531531
# The default value is: NO.
532532

533-
EXTRACT_PRIV_VIRTUAL = NO
533+
# EXTRACT_PRIV_VIRTUAL = NO # Unsupported by current Doxygen version
534534

535535
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
536536
# scope will be included in the documentation.
@@ -574,7 +574,7 @@ EXTRACT_ANON_NSPACES = NO
574574
# parameters remain unnamed in the output.
575575
# The default value is: YES.
576576

577-
RESOLVE_UNNAMED_PARAMS = YES
577+
# RESOLVE_UNNAMED_PARAMS = YES # Unsupported by current Doxygen version
578578

579579
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
580580
# undocumented members inside documented classes or files. If set to NO these
@@ -649,7 +649,7 @@ HIDE_COMPOUND_REFERENCE= NO
649649
# will show which file needs to be included to use the class.
650650
# The default value is: YES.
651651

652-
SHOW_HEADERFILE = YES
652+
# SHOW_HEADERFILE = YES # Unsupported by current Doxygen version
653653

654654
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
655655
# the files that are included by a file in the documentation of that file.
@@ -867,7 +867,7 @@ WARN_IF_DOC_ERROR = YES
867867
# parameters have no documentation without warning.
868868
# The default value is: YES.
869869

870-
WARN_IF_INCOMPLETE_DOC = YES
870+
# WARN_IF_INCOMPLETE_DOC = YES # Unsupported by current Doxygen version
871871

872872
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
873873
# are documented, but have no documentation for their parameters or return
@@ -885,7 +885,7 @@ WARN_NO_PARAMDOC = YES
885885
# will automatically be disabled.
886886
# The default value is: NO.
887887

888-
WARN_IF_UNDOC_ENUM_VAL = NO
888+
# WARN_IF_UNDOC_ENUM_VAL = NO # Unsupported by current Doxygen version
889889

890890
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
891891
# 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"
922922
# See also: WARN_FORMAT
923923
# The default value is: at line $line of file $file.
924924

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
926926

927927
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
928928
# messages should be written. If left blank the output is written to standard
@@ -963,7 +963,7 @@ INPUT_ENCODING = UTF-8
963963
# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
964964
# "INPUT_ENCODING" for further information on supported encodings.
965965

966-
INPUT_FILE_ENCODING =
966+
# INPUT_FILE_ENCODING = # Unsupported by current Doxygen version
967967

968968
# If the value of the INPUT tag contains directories, you can use the
969969
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
@@ -1134,7 +1134,7 @@ USE_MDFILE_AS_MAINPAGE =
11341134
# be processed before the automatic comment starts.
11351135
# Minimum value: 7, maximum value: 10000, default value: 72.
11361136

1137-
FORTRAN_COMMENT_AFTER = 72
1137+
# FORTRAN_COMMENT_AFTER = 72 # Unsupported by current Doxygen version
11381138

11391139
#---------------------------------------------------------------------------
11401140
# Configuration options related to source browsing
@@ -1347,7 +1347,7 @@ HTML_EXTRA_FILES =
13471347
# The default value is: AUTO_LIGHT.
13481348
# This tag requires that the tag GENERATE_HTML is set to YES.
13491349

1350-
HTML_COLORSTYLE = AUTO_LIGHT
1350+
# HTML_COLORSTYLE = AUTO_LIGHT # Unsupported by current Doxygen version
13511351

13521352
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
13531353
# will adjust the colors in the style sheet and background images according to
@@ -1388,7 +1388,7 @@ HTML_COLORSTYLE_GAMMA = 80
13881388
# The default value is: YES.
13891389
# This tag requires that the tag GENERATE_HTML is set to YES.
13901390

1391-
HTML_DYNAMIC_MENUS = YES
1391+
# HTML_DYNAMIC_MENUS = YES # Unsupported by current Doxygen version
13921392

13931393
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
13941394
# documentation will contain sections that can be hidden and shown after the
@@ -1403,7 +1403,7 @@ HTML_DYNAMIC_SECTIONS = NO
14031403
# The default value is: YES.
14041404
# This tag requires that the tag GENERATE_HTML is set to YES.
14051405

1406-
HTML_CODE_FOLDING = YES
1406+
# HTML_CODE_FOLDING = YES # Unsupported by current Doxygen version
14071407

14081408
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
14091409
# shown in the various tree structured indices initially; the user can expand
@@ -1446,7 +1446,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
14461446
# (such as a company or product suite) can be grouped.
14471447
# This tag requires that the tag GENERATE_DOCSET is set to YES.
14481448

1449-
DOCSET_FEEDURL =
1449+
# DOCSET_FEEDURL = # Unsupported by current Doxygen version
14501450

14511451
# This tag specifies a string that should uniquely identify the documentation
14521452
# set bundle. This should be a reverse domain-name style string, e.g.
@@ -1543,7 +1543,7 @@ TOC_EXPAND = NO
15431543
# protocol see https://www.sitemaps.org
15441544
# This tag requires that the tag GENERATE_HTML is set to YES.
15451545

1546-
SITEMAP_URL =
1546+
# SITEMAP_URL = # Unsupported by current Doxygen version
15471547

15481548
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
15491549
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
@@ -1667,7 +1667,7 @@ GENERATE_TREEVIEW = NO
16671667
# The default value is: NO.
16681668
# This tag requires that the tag GENERATE_HTML is set to YES.
16691669

1670-
FULL_SIDEBAR = NO
1670+
# FULL_SIDEBAR = NO # Unsupported by current Doxygen version
16711671

16721672
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
16731673
# doxygen will group on one line in the generated HTML documentation.
@@ -1698,7 +1698,7 @@ EXT_LINKS_IN_WINDOW = NO
16981698
# The default value is: YES.
16991699
# This tag requires that the tag GENERATE_HTML is set to YES.
17001700

1701-
OBFUSCATE_EMAILS = YES
1701+
# OBFUSCATE_EMAILS = YES # Unsupported by current Doxygen version
17021702

17031703
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
17041704
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
@@ -1709,7 +1709,7 @@ OBFUSCATE_EMAILS = YES
17091709
# The default value is: png.
17101710
# This tag requires that the tag GENERATE_HTML is set to YES.
17111711

1712-
HTML_FORMULA_FORMAT = png
1712+
# HTML_FORMULA_FORMAT = png # Unsupported by current Doxygen version
17131713

17141714
# Use this tag to change the font size of LaTeX formulas included as images in
17151715
# the HTML documentation. When you change the font size after a successful
@@ -1724,7 +1724,7 @@ FORMULA_FONTSIZE = 10
17241724
# to create new LaTeX commands to be used in formulas as building blocks. See
17251725
# the section "Including formulas" for details.
17261726

1727-
FORMULA_MACROFILE =
1727+
# FORMULA_MACROFILE = # Unsupported by current Doxygen version
17281728

17291729
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
17301730
# https://www.mathjax.org) which uses client side JavaScript for the rendering
@@ -1746,7 +1746,7 @@ USE_MATHJAX = NO
17461746
# The default value is: MathJax_2.
17471747
# This tag requires that the tag USE_MATHJAX is set to YES.
17481748

1749-
MATHJAX_VERSION = MathJax_2
1749+
# MATHJAX_VERSION = MathJax_2 # Unsupported by current Doxygen version
17501750

17511751
# When MathJax is enabled you can set the default output format to be used for
17521752
# the MathJax output. For more details about the output format see MathJax
@@ -1935,7 +1935,7 @@ MAKEINDEX_CMD_NAME = makeindex
19351935
# The default value is: makeindex.
19361936
# This tag requires that the tag GENERATE_LATEX is set to YES.
19371937

1938-
LATEX_MAKEINDEX_CMD = makeindex
1938+
# LATEX_MAKEINDEX_CMD = makeindex # Unsupported by current Doxygen version
19391939

19401940
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
19411941
# documents. This may be useful for small projects and may help to save some
@@ -2069,7 +2069,7 @@ LATEX_BIB_STYLE = plain
20692069
# LATEX_OUTPUT directory will be used.
20702070
# This tag requires that the tag GENERATE_LATEX is set to YES.
20712071

2072-
LATEX_EMOJI_DIRECTORY =
2072+
# LATEX_EMOJI_DIRECTORY = # Unsupported by current Doxygen version
20732073

20742074
#---------------------------------------------------------------------------
20752075
# Configuration options related to the RTF output
@@ -2203,7 +2203,7 @@ XML_PROGRAMLISTING = YES
22032203
# The default value is: NO.
22042204
# This tag requires that the tag GENERATE_XML is set to YES.
22052205

2206-
XML_NS_MEMB_FILE_SCOPE = NO
2206+
# XML_NS_MEMB_FILE_SCOPE = NO # Unsupported by current Doxygen version
22072207

22082208
#---------------------------------------------------------------------------
22092209
# Configuration options related to the DOCBOOK output
@@ -2243,23 +2243,23 @@ GENERATE_AUTOGEN_DEF = NO
22432243
# database with symbols found by doxygen stored in tables.
22442244
# The default value is: NO.
22452245

2246-
GENERATE_SQLITE3 = NO
2246+
# GENERATE_SQLITE3 = NO # Unsupported by current Doxygen version
22472247

22482248
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
22492249
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
22502250
# in front of it.
22512251
# The default directory is: sqlite3.
22522252
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
22532253

2254-
SQLITE3_OUTPUT = sqlite3
2254+
# SQLITE3_OUTPUT = sqlite3 # Unsupported by current Doxygen version
22552255

22562256
# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
22572257
# database file will be recreated with each doxygen run. If set to NO, doxygen
22582258
# will warn if an a database file is already found and not modify it.
22592259
# The default value is: YES.
22602260
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
22612261

2262-
SQLITE3_RECREATE_DB = YES
2262+
# SQLITE3_RECREATE_DB = YES # Unsupported by current Doxygen version
22632263

22642264
#---------------------------------------------------------------------------
22652265
# Configuration options related to the Perl module output
@@ -2466,7 +2466,7 @@ DOT_NUM_THREADS = 0
24662466
# The default value is: fontname=Helvetica,fontsize=10.
24672467
# This tag requires that the tag HAVE_DOT is set to YES.
24682468

2469-
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
2469+
# DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" # Unsupported by current Doxygen version
24702470

24712471
# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can
24722472
# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a
@@ -2475,15 +2475,15 @@ DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
24752475
# The default value is: labelfontname=Helvetica,labelfontsize=10.
24762476
# This tag requires that the tag HAVE_DOT is set to YES.
24772477

2478-
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
2478+
# DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10" # Unsupported by current Doxygen version
24792479

24802480
# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes
24812481
# around nodes set 'shape=plain' or 'shape=plaintext' <a
24822482
# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
24832483
# The default value is: shape=box,height=0.2,width=0.4.
24842484
# This tag requires that the tag HAVE_DOT is set to YES.
24852485

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
24872487

24882488
# You can set the path where dot can find font specified with fontname in
24892489
# DOT_COMMON_ATTR and others dot attributes.
@@ -2559,7 +2559,7 @@ UML_LIMIT_NUM_FIELDS = 10
25592559
# The default value is: NO.
25602560
# This tag requires that the tag UML_LOOK is set to YES.
25612561

2562-
DOT_UML_DETAILS = NO
2562+
# DOT_UML_DETAILS = NO # Unsupported by current Doxygen version
25632563

25642564
# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
25652565
# to display on a single line. If the actual line length exceeds this threshold
@@ -2568,7 +2568,7 @@ DOT_UML_DETAILS = NO
25682568
# Minimum value: 0, maximum value: 1000, default value: 17.
25692569
# This tag requires that the tag HAVE_DOT is set to YES.
25702570

2571-
DOT_WRAP_THRESHOLD = 17
2571+
# DOT_WRAP_THRESHOLD = 17 # Unsupported by current Doxygen version
25722572

25732573
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
25742574
# collaboration graphs will show the relations between templates and their
@@ -2649,7 +2649,7 @@ DIRECTORY_GRAPH = YES
26492649
# Minimum value: 1, maximum value: 25, default value: 1.
26502650
# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
26512651

2652-
DIR_GRAPH_MAX_DEPTH = 1
2652+
# DIR_GRAPH_MAX_DEPTH = 1 # Unsupported by current Doxygen version
26532653

26542654
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
26552655
# generated by dot. For an explanation of the image formats see the section
@@ -2782,7 +2782,7 @@ DOT_CLEANUP = YES
27822782
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
27832783
# output file formats "png", "eps", "svg", and "ismap".
27842784

2785-
MSCGEN_TOOL =
2785+
# MSCGEN_TOOL = # Unsupported by current Doxygen version
27862786

27872787
# The MSCFILE_DIRS tag can be used to specify one or more directories that
27882788
# contain msc files that are included in the documentation (see the \mscfile

0 commit comments

Comments
 (0)