From f59f773cfeffeb945c3924f27b4122c9170af31d Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 26 Dec 2010 19:27:29 +0100 Subject: Doxygen: remove own header and CSS file Use the ones of Doxygen instead, this has the advantage that we benefit of new functionality of Doxygen without having to make changes. --- doc/src/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/Doxyfile') diff --git a/doc/src/Doxyfile b/doc/src/Doxyfile index 776607b3..55363e11 100644 --- a/doc/src/Doxyfile +++ b/doc/src/Doxyfile @@ -122,11 +122,11 @@ SOURCE_BROWSER = YES GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_FILE_EXTENSION = .html -HTML_HEADER = header.inc.html +# 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 = footer.inc.html -HTML_STYLESHEET = ngircd-doc.css GENERATE_HTMLHELP = NO GENERATE_LATEX = NO -- cgit 1.4.1