@@ -35,7 +35,7 @@ DOXYFILE_ENCODING = UTF-8
3535# title of most generated pages and in a few other places.
3636# The default value is: My Project.
3737
38- PROJECT_NAME = " @DOXYGEN_PROJECT_NAME@"
38+ PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
3939
4040# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
4141# could be handy for archiving the generated documentation or if some version
@@ -740,7 +740,7 @@ LAYOUT_FILE =
740740# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
741741# search path. See also \cite for info how to create references.
742742
743- CITE_BIB_FILES =
743+ CITE_BIB_FILES = @DOXYGEN_CITE_BIB_FILES@
744744
745745#---------------------------------------------------------------------------
746746# Configuration options related to warning and progress messages
@@ -970,7 +970,7 @@ FILTER_SOURCE_PATTERNS =
970970# (index.html). This can be useful if you have a project on for instance GitHub
971971# and want to reuse the introduction page also for the doxygen output.
972972
973- USE_MDFILE_AS_MAINPAGE = readme.md
973+ USE_MDFILE_AS_MAINPAGE =
974974
975975#---------------------------------------------------------------------------
976976# Configuration options related to source browsing
@@ -1205,14 +1205,6 @@ HTML_COLORSTYLE_SAT = 255
12051205
12061206HTML_COLORSTYLE_GAMMA = 113
12071207
1208- # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1209- # page will contain the date and time when the page was generated. Setting this
1210- # to YES can help to show when doxygen was last run and thus if the
1211- # documentation is up to date.
1212- # The default value is: NO.
1213- # This tag requires that the tag GENERATE_HTML is set to YES.
1214-
1215- HTML_TIMESTAMP = NO
12161208
12171209# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
12181210# documentation will contain a main index with vertical navigation menus that
@@ -1801,13 +1793,6 @@ LATEX_HIDE_INDICES = NO
18011793
18021794LATEX_BIB_STYLE = plain
18031795
1804- # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1805- # page will contain the date and time when the page was generated. Setting this
1806- # to NO can help when comparing the output of multiple runs.
1807- # The default value is: NO.
1808- # This tag requires that the tag GENERATE_LATEX is set to YES.
1809-
1810- LATEX_TIMESTAMP = NO
18111796
18121797# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
18131798# path from which the emoji images will be read. If a relative path is entered,
0 commit comments