@@ -240,12 +240,6 @@ TAB_SIZE = 4
240240
241241ALIASES =
242242
243- # This tag can be used to specify a number of word-keyword mappings (TCL only).
244- # A mapping has the form "name=value". For example adding "class=itcl::class"
245- # will allow you to use the command class in the itcl::class meaning.
246-
247- TCL_SUBST =
248-
249243# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
250244# only. Doxygen will then generate output that is more tailored for C. For
251245# instance, some of the names that are used will be different. The list of all
@@ -1082,13 +1076,6 @@ VERBATIM_HEADERS = YES
10821076
10831077ALPHABETICAL_INDEX = YES
10841078
1085- # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1086- # which the alphabetical index list will be split.
1087- # Minimum value: 1, maximum value: 20, default value: 5.
1088- # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1089-
1090- COLS_IN_ALPHA_INDEX = 5
1091-
10921079# In case all classes in a project start with a common prefix, all classes will
10931080# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10941081# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -2148,12 +2135,6 @@ EXTERNAL_GROUPS = YES
21482135
21492136EXTERNAL_PAGES = YES
21502137
2151- # The PERL_PATH should be the absolute path and name of the perl script
2152- # interpreter (i.e. the result of 'which perl').
2153- # The default file (with absolute path) is: /usr/bin/perl.
2154-
2155- PERL_PATH = /usr/bin/perl
2156-
21572138#---------------------------------------------------------------------------
21582139# Configuration options related to the dot tool
21592140#---------------------------------------------------------------------------
@@ -2167,15 +2148,6 @@ PERL_PATH = /usr/bin/perl
21672148
21682149CLASS_DIAGRAMS = YES
21692150
2170- # You can define message sequence charts within doxygen comments using the \msc
2171- # command. Doxygen will then run the mscgen tool (see:
2172- # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2173- # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2174- # the mscgen tool resides. If left empty the tool is assumed to be found in the
2175- # default search path.
2176-
2177- MSCGEN_PATH =
2178-
21792151# You can include diagrams made with dia in doxygen documentation. Doxygen will
21802152# then run dia to produce the diagram and insert it in the documentation. The
21812153# DIA_PATH tag allows you to specify the directory where the dia binary resides.
0 commit comments