@@ -1830,18 +1830,6 @@ GENERATE_XML = YES
18301830
18311831XML_OUTPUT = xml
18321832
1833- # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
1834- # validating XML parser to check the syntax of the XML files.
1835- # This tag requires that the tag GENERATE_XML is set to YES.
1836-
1837- XML_SCHEMA =
1838-
1839- # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1840- # validating XML parser to check the syntax of the XML files.
1841- # This tag requires that the tag GENERATE_XML is set to YES.
1842-
1843- XML_DTD =
1844-
18451833# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
18461834# listings (including syntax highlighting and cross-referencing information) to
18471835# the XML output. Note that enabling this will significantly increase the size
@@ -2120,30 +2108,13 @@ HAVE_DOT = @HAVE_DOT@
21202108
21212109DOT_NUM_THREADS = 0
21222110
2123- # When you want a differently looking font n the dot files that doxygen
2124- # generates you can specify the font name using DOT_FONTNAME. You need to make
2125- # sure dot is able to find the font, which can be done by putting it in a
2126- # standard location or by setting the DOTFONTPATH environment variable or by
2127- # setting DOT_FONTPATH to the directory containing the font.
2128- # The default value is: Helvetica.
2129- # This tag requires that the tag HAVE_DOT is set to YES.
2130-
2131- DOT_FONTNAME = FreeSans
2132-
21332111# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
21342112# dot graphs.
21352113# Minimum value: 4, maximum value: 24, default value: 10.
21362114# This tag requires that the tag HAVE_DOT is set to YES.
21372115
21382116DOT_FONTSIZE = 10
21392117
2140- # By default doxygen will tell dot to use the default font as specified with
2141- # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2142- # the path where dot can find it using this tag.
2143- # This tag requires that the tag HAVE_DOT is set to YES.
2144-
2145- DOT_FONTPATH =
2146-
21472118# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
21482119# each documented class showing the direct and indirect inheritance relations.
21492120# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
0 commit comments