@@ -93,14 +93,6 @@ ALLOW_UNICODE_NAMES = NO
9393
9494OUTPUT_LANGUAGE = English
9595
96- # The OUTPUT_TEXT_DIRECTION tag is used to specify the direction in which all
97- # documentation generated by doxygen is written. Doxygen will use this
98- # information to generate all generated output in the proper direction.
99- # Possible values are: None, LTR, RTL and Context.
100- # The default value is: None.
101-
102- OUTPUT_TEXT_DIRECTION = None
103-
10496# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
10597# descriptions after the members that are listed in the file and class
10698# documentation (similar to Javadoc). Set to NO to disable this.
@@ -263,12 +255,6 @@ TAB_SIZE = 2
263255
264256ALIASES =
265257
266- # This tag can be used to specify a number of word-keyword mappings (TCL only).
267- # A mapping has the form "name=value". For example adding "class=itcl::class"
268- # will allow you to use the command class in the itcl::class meaning.
269-
270- TCL_SUBST =
271-
272258# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
273259# only. Doxygen will then generate output that is more tailored for C. For
274260# instance, some of the names that are used will be different. The list of all
@@ -1156,13 +1142,6 @@ CLANG_DATABASE_PATH =
11561142
11571143ALPHABETICAL_INDEX = YES
11581144
1159- # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1160- # which the alphabetical index list will be split.
1161- # Minimum value: 1, maximum value: 20, default value: 5.
1162- # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1163-
1164- COLS_IN_ALPHA_INDEX = 5
1165-
11661145# In case all classes in a project start with a common prefix, all classes will
11671146# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
11681147# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -1290,15 +1269,6 @@ HTML_COLORSTYLE_SAT = 100
12901269
12911270HTML_COLORSTYLE_GAMMA = 80
12921271
1293- # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1294- # page will contain the date and time when the page was generated. Setting this
1295- # to YES can help to show when doxygen was last run and thus if the
1296- # documentation is up to date.
1297- # The default value is: NO.
1298- # This tag requires that the tag GENERATE_HTML is set to YES.
1299-
1300- HTML_TIMESTAMP = NO
1301-
13021272# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
13031273# documentation will contain a main index with vertical navigation menus that
13041274# are dynamically created via JavaScript. If disabled, the navigation index will
@@ -1580,17 +1550,6 @@ EXT_LINKS_IN_WINDOW = NO
15801550
15811551FORMULA_FONTSIZE = 10
15821552
1583- # Use the FORMULA_TRANSPARENT tag to determine whether or not the images
1584- # generated for formulas are transparent PNGs. Transparent PNGs are not
1585- # supported properly for IE 6.0, but are supported on all modern browsers.
1586- #
1587- # Note that when changing this option you need to delete any form_*.png files in
1588- # the HTML output directory before the changes have effect.
1589- # The default value is: YES.
1590- # This tag requires that the tag GENERATE_HTML is set to YES.
1591-
1592- FORMULA_TRANSPARENT = YES
1593-
15941553# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
15951554# to create new LaTeX commands to be used in formulas as building blocks. See
15961555# the section "Including formulas" for details.
@@ -1889,16 +1848,6 @@ LATEX_BATCHMODE = NO
18891848
18901849LATEX_HIDE_INDICES = NO
18911850
1892- # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1893- # code with syntax highlighting in the LaTeX output.
1894- #
1895- # Note that which sources are shown also depends on other settings such as
1896- # SOURCE_BROWSER.
1897- # The default value is: NO.
1898- # This tag requires that the tag GENERATE_LATEX is set to YES.
1899-
1900- LATEX_SOURCE_CODE = NO
1901-
19021851# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
19031852# bibliography, e.g. plainnat, or ieeetr. See
19041853# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
@@ -1907,14 +1856,6 @@ LATEX_SOURCE_CODE = NO
19071856
19081857LATEX_BIB_STYLE = plain
19091858
1910- # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1911- # page will contain the date and time when the page was generated. Setting this
1912- # to NO can help when comparing the output of multiple runs.
1913- # The default value is: NO.
1914- # This tag requires that the tag GENERATE_LATEX is set to YES.
1915-
1916- LATEX_TIMESTAMP = NO
1917-
19181859# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
19191860# path from which the emoji images will be read. If a relative path is entered,
19201861# it will be relative to the LATEX_OUTPUT directory. If left blank the
@@ -1979,16 +1920,6 @@ RTF_STYLESHEET_FILE =
19791920
19801921RTF_EXTENSIONS_FILE =
19811922
1982- # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1983- # with syntax highlighting in the RTF output.
1984- #
1985- # Note that which sources are shown also depends on other settings such as
1986- # SOURCE_BROWSER.
1987- # The default value is: NO.
1988- # This tag requires that the tag GENERATE_RTF is set to YES.
1989-
1990- RTF_SOURCE_CODE = NO
1991-
19921923#---------------------------------------------------------------------------
19931924# Configuration options related to the man page output
19941925#---------------------------------------------------------------------------
@@ -2085,15 +2016,6 @@ GENERATE_DOCBOOK = NO
20852016
20862017DOCBOOK_OUTPUT = docbook
20872018
2088- # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
2089- # program listings (including syntax highlighting and cross-referencing
2090- # information) to the DOCBOOK output. Note that enabling this will significantly
2091- # increase the size of the DOCBOOK output.
2092- # The default value is: NO.
2093- # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
2094-
2095- DOCBOOK_PROGRAMLISTING = NO
2096-
20972019#---------------------------------------------------------------------------
20982020# Configuration options for the AutoGen Definitions output
20992021#---------------------------------------------------------------------------
0 commit comments