Skip to content

Commit d8cdc10

Browse files
committed
Update Doxygen config to remove obsolete settings
1 parent 309335e commit d8cdc10

File tree

1 file changed

+0
-133
lines changed

1 file changed

+0
-133
lines changed

docs/Doxyfile.in

Lines changed: 0 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,6 @@ TAB_SIZE = 4
230230

231231
ALIASES =
232232

233-
# This tag can be used to specify a number of word-keyword mappings (TCL only).
234-
# A mapping has the form "name=value". For example adding "class=itcl::class"
235-
# will allow you to use the command class in the itcl::class meaning.
236-
237-
TCL_SUBST =
238-
239233
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
240234
# only. Doxygen will then generate output that is more tailored for C. For
241235
# instance, some of the names that are used will be different. The list of all
@@ -1008,25 +1002,6 @@ USE_HTAGS = NO
10081002

10091003
VERBATIM_HEADERS = YES
10101004

1011-
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1012-
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1013-
# cost of reduced performance. This can be particularly helpful with template
1014-
# rich C++ code for which doxygen's built-in parser lacks the necessary type
1015-
# information.
1016-
# Note: The availability of this option depends on whether or not doxygen was
1017-
# generated with the -Duse-libclang=ON option for CMake.
1018-
# The default value is: NO.
1019-
1020-
CLANG_ASSISTED_PARSING = NO
1021-
1022-
# If clang assisted parsing is enabled you can provide the compiler with command
1023-
# line options that you would normally use when invoking the compiler. Note that
1024-
# the include paths will already be set by doxygen for the files and directories
1025-
# specified with INPUT and INCLUDE_PATH.
1026-
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1027-
1028-
CLANG_OPTIONS =
1029-
10301005
#---------------------------------------------------------------------------
10311006
# Configuration options related to the alphabetical class index
10321007
#---------------------------------------------------------------------------
@@ -1038,13 +1013,6 @@ CLANG_OPTIONS =
10381013

10391014
ALPHABETICAL_INDEX = YES
10401015

1041-
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1042-
# which the alphabetical index list will be split.
1043-
# Minimum value: 1, maximum value: 20, default value: 5.
1044-
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1045-
1046-
COLS_IN_ALPHA_INDEX = 5
1047-
10481016
# In case all classes in a project start with a common prefix, all classes will
10491017
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10501018
# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -1451,17 +1419,6 @@ EXT_LINKS_IN_WINDOW = NO
14511419

14521420
FORMULA_FONTSIZE = 10
14531421

1454-
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
1455-
# generated for formulas are transparent PNGs. Transparent PNGs are not
1456-
# supported properly for IE 6.0, but are supported on all modern browsers.
1457-
#
1458-
# Note that when changing this option you need to delete any form_*.png files in
1459-
# the HTML output directory before the changes have effect.
1460-
# The default value is: YES.
1461-
# This tag requires that the tag GENERATE_HTML is set to YES.
1462-
1463-
FORMULA_TRANSPARENT = YES
1464-
14651422
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
14661423
# http://www.mathjax.org) which uses client side Javascript for the rendering
14671424
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
@@ -1740,16 +1697,6 @@ LATEX_BATCHMODE = NO
17401697

17411698
LATEX_HIDE_INDICES = NO
17421699

1743-
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1744-
# code with syntax highlighting in the LaTeX output.
1745-
#
1746-
# Note that which sources are shown also depends on other settings such as
1747-
# SOURCE_BROWSER.
1748-
# The default value is: NO.
1749-
# This tag requires that the tag GENERATE_LATEX is set to YES.
1750-
1751-
LATEX_SOURCE_CODE = NO
1752-
17531700
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
17541701
# bibliography, e.g. plainnat, or ieeetr. See
17551702
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
@@ -1758,14 +1705,6 @@ LATEX_SOURCE_CODE = NO
17581705

17591706
LATEX_BIB_STYLE = plain
17601707

1761-
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1762-
# page will contain the date and time when the page was generated. Setting this
1763-
# to NO can help when comparing the output of multiple runs.
1764-
# The default value is: NO.
1765-
# This tag requires that the tag GENERATE_LATEX is set to YES.
1766-
1767-
LATEX_TIMESTAMP = NO
1768-
17691708
#---------------------------------------------------------------------------
17701709
# Configuration options related to the RTF output
17711710
#---------------------------------------------------------------------------
@@ -1822,16 +1761,6 @@ RTF_STYLESHEET_FILE =
18221761

18231762
RTF_EXTENSIONS_FILE =
18241763

1825-
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1826-
# with syntax highlighting in the RTF output.
1827-
#
1828-
# Note that which sources are shown also depends on other settings such as
1829-
# SOURCE_BROWSER.
1830-
# The default value is: NO.
1831-
# This tag requires that the tag GENERATE_RTF is set to YES.
1832-
1833-
RTF_SOURCE_CODE = NO
1834-
18351764
#---------------------------------------------------------------------------
18361765
# Configuration options related to the man page output
18371766
#---------------------------------------------------------------------------
@@ -1921,15 +1850,6 @@ GENERATE_DOCBOOK = NO
19211850

19221851
DOCBOOK_OUTPUT = docbook
19231852

1924-
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1925-
# program listings (including syntax highlighting and cross-referencing
1926-
# information) to the DOCBOOK output. Note that enabling this will significantly
1927-
# increase the size of the DOCBOOK output.
1928-
# The default value is: NO.
1929-
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1930-
1931-
DOCBOOK_PROGRAMLISTING = NO
1932-
19331853
#---------------------------------------------------------------------------
19341854
# Configuration options for the AutoGen Definitions output
19351855
#---------------------------------------------------------------------------
@@ -2104,34 +2024,10 @@ EXTERNAL_GROUPS = YES
21042024

21052025
EXTERNAL_PAGES = YES
21062026

2107-
# The PERL_PATH should be the absolute path and name of the perl script
2108-
# interpreter (i.e. the result of 'which perl').
2109-
# The default file (with absolute path) is: /usr/bin/perl.
2110-
2111-
PERL_PATH = /usr/bin/perl
2112-
21132027
#---------------------------------------------------------------------------
21142028
# Configuration options related to the dot tool
21152029
#---------------------------------------------------------------------------
21162030

2117-
# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2118-
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2119-
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
2120-
# disabled, but it is recommended to install and use dot, since it yields more
2121-
# powerful graphs.
2122-
# The default value is: YES.
2123-
2124-
CLASS_DIAGRAMS = YES
2125-
2126-
# You can define message sequence charts within doxygen comments using the \msc
2127-
# command. Doxygen will then run the mscgen tool (see:
2128-
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2129-
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
2130-
# the mscgen tool resides. If left empty the tool is assumed to be found in the
2131-
# default search path.
2132-
2133-
MSCGEN_PATH =
2134-
21352031
# You can include diagrams made with dia in doxygen documentation. Doxygen will
21362032
# then run dia to produce the diagram and insert it in the documentation. The
21372033
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
@@ -2164,23 +2060,6 @@ HAVE_DOT = @HAVE_DOT@
21642060

21652061
DOT_NUM_THREADS = 0
21662062

2167-
# When you want a differently looking font in the dot files that doxygen
2168-
# generates you can specify the font name using DOT_FONTNAME. You need to make
2169-
# sure dot is able to find the font, which can be done by putting it in a
2170-
# standard location or by setting the DOTFONTPATH environment variable or by
2171-
# setting DOT_FONTPATH to the directory containing the font.
2172-
# The default value is: Helvetica.
2173-
# This tag requires that the tag HAVE_DOT is set to YES.
2174-
2175-
DOT_FONTNAME = Helvetica
2176-
2177-
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2178-
# dot graphs.
2179-
# Minimum value: 4, maximum value: 24, default value: 10.
2180-
# This tag requires that the tag HAVE_DOT is set to YES.
2181-
2182-
DOT_FONTSIZE = 10
2183-
21842063
# By default doxygen will tell dot to use the default font as specified with
21852064
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
21862065
# the path where dot can find it using this tag.
@@ -2390,18 +2269,6 @@ DOT_GRAPH_MAX_NODES = 1000
23902269

23912270
MAX_DOT_GRAPH_DEPTH = 0
23922271

2393-
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2394-
# background. This is disabled by default, because dot on Windows does not seem
2395-
# to support this out of the box.
2396-
#
2397-
# Warning: Depending on the platform used, enabling this option may lead to
2398-
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2399-
# read).
2400-
# The default value is: NO.
2401-
# This tag requires that the tag HAVE_DOT is set to YES.
2402-
2403-
DOT_TRANSPARENT = NO
2404-
24052272
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
24062273
# files in one run (i.e. multiple -o and -T options on the command line). This
24072274
# makes dot run faster, but since only newer versions of dot (>1.8.10) support

0 commit comments

Comments
 (0)