@@ -240,12 +240,6 @@ TAB_SIZE = 4
240
240
241
241
ALIASES =
242
242
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
-
249
243
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
250
244
# only. Doxygen will then generate output that is more tailored for C. For
251
245
# instance, some of the names that are used will be different. The list of all
@@ -1082,13 +1076,6 @@ VERBATIM_HEADERS = YES
1082
1076
1083
1077
ALPHABETICAL_INDEX = YES
1084
1078
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
-
1092
1079
# In case all classes in a project start with a common prefix, all classes will
1093
1080
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1094
1081
# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -2148,12 +2135,6 @@ EXTERNAL_GROUPS = YES
2148
2135
2149
2136
EXTERNAL_PAGES = YES
2150
2137
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
-
2157
2138
#---------------------------------------------------------------------------
2158
2139
# Configuration options related to the dot tool
2159
2140
#---------------------------------------------------------------------------
@@ -2167,15 +2148,6 @@ PERL_PATH = /usr/bin/perl
2167
2148
2168
2149
CLASS_DIAGRAMS = YES
2169
2150
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
-
2179
2151
# You can include diagrams made with dia in doxygen documentation. Doxygen will
2180
2152
# then run dia to produce the diagram and insert it in the documentation. The
2181
2153
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
0 commit comments