Skip to content

Commit 86a994b

Browse files
committed
Removed obsolete doxygen flags
1 parent a6da155 commit 86a994b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/ttk.doxygen

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ALIASES =
224224
# A mapping has the form "name=value". For example adding "class=itcl::class"
225225
# will allow you to use the command class in the itcl::class meaning.
226226

227-
TCL_SUBST =
227+
#TCL_SUBST =
228228

229229
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
230230
# only. Doxygen will then generate output that is more tailored for C. For
@@ -973,7 +973,7 @@ ALPHABETICAL_INDEX = YES
973973
# Minimum value: 1, maximum value: 20, default value: 5.
974974
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
975975

976-
COLS_IN_ALPHA_INDEX = 5
976+
#COLS_IN_ALPHA_INDEX = 5
977977

978978
# In case all classes in a project start with a common prefix, all classes will
979979
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
@@ -1783,13 +1783,13 @@ XML_OUTPUT = xml
17831783
# validating XML parser to check the syntax of the XML files.
17841784
# This tag requires that the tag GENERATE_XML is set to YES.
17851785

1786-
XML_SCHEMA =
1786+
# XML_SCHEMA =
17871787

17881788
# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
17891789
# validating XML parser to check the syntax of the XML files.
17901790
# This tag requires that the tag GENERATE_XML is set to YES.
17911791

1792-
XML_DTD =
1792+
#XML_DTD =
17931793

17941794
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
17951795
# listings (including syntax highlighting and cross-referencing information) to
@@ -1995,7 +1995,7 @@ EXTERNAL_PAGES = YES
19951995
# interpreter (i.e. the result of 'which perl').
19961996
# The default file (with absolute path) is: /usr/bin/perl.
19971997

1998-
PERL_PATH = /usr/bin/perl
1998+
#PERL_PATH = /usr/bin/perl
19991999

20002000
#---------------------------------------------------------------------------
20012001
# Configuration options related to the dot tool
@@ -2017,7 +2017,7 @@ CLASS_DIAGRAMS = YES
20172017
# the mscgen tool resides. If left empty the tool is assumed to be found in the
20182018
# default search path.
20192019

2020-
MSCGEN_PATH =
2020+
#MSCGEN_PATH =
20212021

20222022
# If set to YES, the inheritance and collaboration graphs will hide inheritance
20232023
# and usage relations if the target is undocumented or is not a class.

0 commit comments

Comments
 (0)