@@ -1171,15 +1171,6 @@ HTML_COLORSTYLE_SAT = 0
11711171
11721172HTML_COLORSTYLE_GAMMA = 91
11731173
1174- # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1175- # page will contain the date and time when the page was generated. Setting this
1176- # to YES can help to show when doxygen was last run and thus if the
1177- # documentation is up to date.
1178- # The default value is: NO.
1179- # This tag requires that the tag GENERATE_HTML is set to YES.
1180-
1181- HTML_TIMESTAMP = NO
1182-
11831174# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
11841175# documentation will contain sections that can be hidden and shown after the
11851176# page has loaded.
@@ -1747,14 +1738,6 @@ LATEX_HIDE_INDICES = NO
17471738
17481739LATEX_BIB_STYLE = plain
17491740
1750- # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1751- # page will contain the date and time when the page was generated. Setting this
1752- # to NO can help when comparing the output of multiple runs.
1753- # The default value is: NO.
1754- # This tag requires that the tag GENERATE_LATEX is set to YES.
1755-
1756- LATEX_TIMESTAMP = NO
1757-
17581741#---------------------------------------------------------------------------
17591742# Configuration options related to the RTF output
17601743#---------------------------------------------------------------------------
@@ -2088,15 +2071,6 @@ EXTERNAL_PAGES = YES
20882071# Configuration options related to the dot tool
20892072#---------------------------------------------------------------------------
20902073
2091- # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2092- # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2093- # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2094- # disabled, but it is recommended to install and use dot, since it yields more
2095- # powerful graphs.
2096- # The default value is: YES.
2097-
2098- CLASS_DIAGRAMS = YES
2099-
21002074# You can include diagrams made with dia in doxygen documentation. Doxygen will
21012075# then run dia to produce the diagram and insert it in the documentation. The
21022076# DIA_PATH tag allows you to specify the directory where the dia binary resides.
@@ -2129,23 +2103,6 @@ HAVE_DOT = @HAVE_DOT@
21292103
21302104DOT_NUM_THREADS = 0
21312105
2132- # When you want a differently looking font in the dot files that doxygen
2133- # generates you can specify the font name using DOT_FONTNAME. You need to make
2134- # sure dot is able to find the font, which can be done by putting it in a
2135- # standard location or by setting the DOTFONTPATH environment variable or by
2136- # setting DOT_FONTPATH to the directory containing the font.
2137- # The default value is: Helvetica.
2138- # This tag requires that the tag HAVE_DOT is set to YES.
2139-
2140- DOT_FONTNAME = Helvetica
2141-
2142- # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2143- # dot graphs.
2144- # Minimum value: 4, maximum value: 24, default value: 10.
2145- # This tag requires that the tag HAVE_DOT is set to YES.
2146-
2147- DOT_FONTSIZE = 10
2148-
21492106# By default doxygen will tell dot to use the default font as specified with
21502107# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
21512108# the path where dot can find it using this tag.
0 commit comments