@@ -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
@@ -2137,12 +2131,6 @@ EXTERNAL_GROUPS = YES
21372131
21382132EXTERNAL_PAGES = YES
21392133
2140- # The PERL_PATH should be the absolute path and name of the perl script
2141- # interpreter (i.e. the result of 'which perl').
2142- # The default file (with absolute path) is: /usr/bin/perl.
2143-
2144- PERL_PATH = /usr/bin/perl
2145-
21462134#---------------------------------------------------------------------------
21472135# Configuration options related to the dot tool
21482136#---------------------------------------------------------------------------
@@ -2156,15 +2144,6 @@ PERL_PATH = /usr/bin/perl
21562144
21572145CLASS_DIAGRAMS = YES
21582146
2159- # You can define message sequence charts within doxygen comments using the \msc
2160- # command. Doxygen will then run the mscgen tool (see:
2161- # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2162- # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2163- # the mscgen tool resides. If left empty the tool is assumed to be found in the
2164- # default search path.
2165-
2166- MSCGEN_PATH =
2167-
21682147# You can include diagrams made with dia in doxygen documentation. Doxygen will
21692148# then run dia to produce the diagram and insert it in the documentation. The
21702149# DIA_PATH tag allows you to specify the directory where the dia binary resides.
0 commit comments