Skip to content

Commit 96acf65

Browse files
committed
Update doxygen configuration files
Remove a bunch of obsolete (and unused) variables from the doxygen configuration files, since they were generating warnings with recent versions of the tools. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
1 parent 78a97a7 commit 96acf65

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

Doxyfile-html

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ TAB_SIZE = 4
240240

241241
ALIASES =
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

10831077
ALPHABETICAL_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

21492136
EXTERNAL_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

21682149
CLASS_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.

Doxyfile-man

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ TAB_SIZE = 4
240240

241241
ALIASES =
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
@@ -1081,13 +1075,6 @@ VERBATIM_HEADERS = YES
10811075

10821076
ALPHABETICAL_INDEX = YES
10831077

1084-
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1085-
# which the alphabetical index list will be split.
1086-
# Minimum value: 1, maximum value: 20, default value: 5.
1087-
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1088-
1089-
COLS_IN_ALPHA_INDEX = 5
1090-
10911078
# In case all classes in a project start with a common prefix, all classes will
10921079
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10931080
# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -2147,12 +2134,6 @@ EXTERNAL_GROUPS = YES
21472134

21482135
EXTERNAL_PAGES = YES
21492136

2150-
# The PERL_PATH should be the absolute path and name of the perl script
2151-
# interpreter (i.e. the result of 'which perl').
2152-
# The default file (with absolute path) is: /usr/bin/perl.
2153-
2154-
PERL_PATH = /usr/bin/perl
2155-
21562137
#---------------------------------------------------------------------------
21572138
# Configuration options related to the dot tool
21582139
#---------------------------------------------------------------------------
@@ -2166,15 +2147,6 @@ PERL_PATH = /usr/bin/perl
21662147

21672148
CLASS_DIAGRAMS = YES
21682149

2169-
# You can define message sequence charts within doxygen comments using the \msc
2170-
# command. Doxygen will then run the mscgen tool (see:
2171-
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2172-
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
2173-
# the mscgen tool resides. If left empty the tool is assumed to be found in the
2174-
# default search path.
2175-
2176-
MSCGEN_PATH =
2177-
21782150
# You can include diagrams made with dia in doxygen documentation. Doxygen will
21792151
# then run dia to produce the diagram and insert it in the documentation. The
21802152
# DIA_PATH tag allows you to specify the directory where the dia binary resides.

0 commit comments

Comments
 (0)