Fri, 10 May 2019 17:25:06 -0500
Disable the trac header and footer as they shouldn't be on by default anyways
| Doxyfile.in | file | annotate | diff | comparison | revisions |
--- a/Doxyfile.in Tue Nov 20 23:45:25 2018 -0600 +++ b/Doxyfile.in Fri May 10 17:25:06 2019 -0500 @@ -808,13 +808,15 @@ # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = @top_srcdir@/doc/TracHeader.html +# HTML_HEADER = @top_srcdir@/doc/TracHeader.html +HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = @top_srcdir@/doc/TracFooter.html +# HTML_FOOTER = @top_srcdir@/doc/TracFooter.html +HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to