@@ -99,7 +99,7 @@ OUTPUT_LANGUAGE = English
9999# Possible values are: None, LTR, RTL and Context.
100100# The default value is: None.
101101
102- OUTPUT_TEXT_DIRECTION = None
102+ # OUTPUT_TEXT_DIRECTION = None
103103
104104# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
105105# descriptions after the members that are listed in the file and class
@@ -1152,7 +1152,7 @@ ALPHABETICAL_INDEX = YES
11521152# Minimum value: 1, maximum value: 20, default value: 5.
11531153# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
11541154
1155- COLS_IN_ALPHA_INDEX = 5
1155+ # COLS_IN_ALPHA_INDEX = 5
11561156
11571157# In case all classes in a project start with a common prefix, all classes will
11581158# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
@@ -1288,7 +1288,7 @@ HTML_COLORSTYLE_GAMMA = 80
12881288# The default value is: NO.
12891289# This tag requires that the tag GENERATE_HTML is set to YES.
12901290
1291- HTML_TIMESTAMP = NO
1291+ # HTML_TIMESTAMP = NO
12921292
12931293# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
12941294# documentation will contain a main index with vertical navigation menus that
@@ -1591,7 +1591,7 @@ FORMULA_FONTSIZE = 10
15911591# The default value is: YES.
15921592# This tag requires that the tag GENERATE_HTML is set to YES.
15931593
1594- FORMULA_TRANSPARENT = YES
1594+ # FORMULA_TRANSPARENT = YES
15951595
15961596# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
15971597# to create new LaTeX commands to be used in formulas as building blocks. See
@@ -1901,7 +1901,7 @@ LATEX_HIDE_INDICES = NO
19011901# The default value is: NO.
19021902# This tag requires that the tag GENERATE_LATEX is set to YES.
19031903
1904- LATEX_SOURCE_CODE = NO
1904+ # LATEX_SOURCE_CODE = NO
19051905
19061906# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
19071907# bibliography, e.g. plainnat, or ieeetr. See
@@ -1917,7 +1917,7 @@ LATEX_BIB_STYLE = plain
19171917# The default value is: NO.
19181918# This tag requires that the tag GENERATE_LATEX is set to YES.
19191919
1920- LATEX_TIMESTAMP = NO
1920+ # LATEX_TIMESTAMP = NO
19211921
19221922# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
19231923# path from which the emoji images will be read. If a relative path is entered,
@@ -1991,7 +1991,7 @@ RTF_EXTENSIONS_FILE =
19911991# The default value is: NO.
19921992# This tag requires that the tag GENERATE_RTF is set to YES.
19931993
1994- RTF_SOURCE_CODE = NO
1994+ # RTF_SOURCE_CODE = NO
19951995
19961996#---------------------------------------------------------------------------
19971997# Configuration options related to the man page output
@@ -2096,7 +2096,7 @@ DOCBOOK_OUTPUT = docbook
20962096# The default value is: NO.
20972097# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
20982098
2099- DOCBOOK_PROGRAMLISTING = NO
2099+ # DOCBOOK_PROGRAMLISTING = NO
21002100
21012101#---------------------------------------------------------------------------
21022102# Configuration options for the AutoGen Definitions output
@@ -2283,7 +2283,7 @@ EXTERNAL_PAGES = YES
22832283# powerful graphs.
22842284# The default value is: YES.
22852285
2286- CLASS_DIAGRAMS = YES
2286+ # CLASS_DIAGRAMS = YES
22872287
22882288# You can include diagrams made with dia in doxygen documentation. Doxygen will
22892289# then run dia to produce the diagram and insert it in the documentation. The
@@ -2325,14 +2325,14 @@ DOT_NUM_THREADS = 0
23252325# The default value is: Helvetica.
23262326# This tag requires that the tag HAVE_DOT is set to YES.
23272327
2328- DOT_FONTNAME = Helvetica
2328+ # DOT_FONTNAME = Helvetica
23292329
23302330# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
23312331# dot graphs.
23322332# Minimum value: 4, maximum value: 24, default value: 10.
23332333# This tag requires that the tag HAVE_DOT is set to YES.
23342334
2335- DOT_FONTSIZE = 10
2335+ # DOT_FONTSIZE = 10
23362336
23372337# By default doxygen will tell dot to use the default font as specified with
23382338# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
@@ -2556,7 +2556,7 @@ MAX_DOT_GRAPH_DEPTH = 0
25562556# The default value is: NO.
25572557# This tag requires that the tag HAVE_DOT is set to YES.
25582558
2559- DOT_TRANSPARENT = NO
2559+ # DOT_TRANSPARENT = NO
25602560
25612561# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
25622562# files in one run (i.e. multiple -o and -T options on the command line). This
0 commit comments