Disable the trac header and footer as they shouldn't be on by default anyways release-2.x.y

Fri, 10 May 2019 17:25:06 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 10 May 2019 17:25:06 -0500
branch
release-2.x.y
changeset 39599
f81f16366564
parent 39304
0489ab8d3802
child 39600
2cc678f14ffc

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

mercurial