From 54353c609496abe584c28b78918cabc25cd5ac8a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 17 Jan 2011 19:21:30 +0000 Subject: [PATCH] * Update to newer version of doxygen. There is a new option to remove the timestamp from generated html, so the custom footer is not needed anymore. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1683 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- tools/Doxyfile | 6 +----- tools/footer.html | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tools/footer.html diff --git a/tools/Doxyfile b/tools/Doxyfile index 55c8fdd9..4d805857 100644 --- a/tools/Doxyfile +++ b/tools/Doxyfile @@ -778,11 +778,7 @@ HTML_FILE_EXTENSION = .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 = ../tools/footer.html +HTML_TIMESTAMP = NO # 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 diff --git a/tools/footer.html b/tools/footer.html deleted file mode 100644 index 3d0275c8..00000000 --- a/tools/footer.html +++ /dev/null @@ -1,4 +0,0 @@ -
-Generated for $projectname by doxygen
- -