@@ -1098,14 +1098,6 @@ HTML_COLORSTYLE_SAT = 100
1098
1098
1099
1099
HTML_COLORSTYLE_GAMMA = 80
1100
1100
1101
- # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1102
- # page will contain the date and time when the page was generated. Setting this
1103
- # to NO can help when comparing the output of multiple runs.
1104
- # The default value is: YES.
1105
- # This tag requires that the tag GENERATE_HTML is set to YES.
1106
-
1107
- HTML_TIMESTAMP = YES
1108
-
1109
1101
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1110
1102
# documentation will contain sections that can be hidden and shown after the
1111
1103
# page has loaded.
@@ -1648,16 +1640,6 @@ LATEX_BATCHMODE = NO
1648
1640
1649
1641
LATEX_HIDE_INDICES = NO
1650
1642
1651
- # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1652
- # code with syntax highlighting in the LaTeX output.
1653
- #
1654
- # Note that which sources are shown also depends on other settings such as
1655
- # SOURCE_BROWSER.
1656
- # The default value is: NO.
1657
- # This tag requires that the tag GENERATE_LATEX is set to YES.
1658
-
1659
- LATEX_SOURCE_CODE = NO
1660
-
1661
1643
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1662
1644
# bibliography, e.g. plainnat, or ieeetr. See
1663
1645
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
@@ -1981,15 +1963,6 @@ EXTERNAL_PAGES = YES
1981
1963
# Configuration options related to the dot tool
1982
1964
#---------------------------------------------------------------------------
1983
1965
1984
- # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
1985
- # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
1986
- # NO turns the diagrams off. Note that this option also works with HAVE_DOT
1987
- # disabled, but it is recommended to install and use dot, since it yields more
1988
- # powerful graphs.
1989
- # The default value is: YES.
1990
-
1991
- CLASS_DIAGRAMS = YES
1992
-
1993
1966
# You can include diagrams made with dia in doxygen documentation. Doxygen will
1994
1967
# then run dia to produce the diagram and insert it in the documentation. The
1995
1968
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
0 commit comments