* 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
This commit is contained in:
Adrien Destugues 2011-01-17 19:21:30 +00:00
parent 4e35de8611
commit 54353c6094
2 changed files with 1 additions and 9 deletions

View File

@ -778,11 +778,7 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER = HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a personal HTML footer for HTML_TIMESTAMP = NO
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
HTML_FOOTER = ../tools/footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading # 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 # style sheet that is used by each HTML page. It can be used to

View File

@ -1,4 +0,0 @@
<hr size="1"/><address style="text-align: right;"><small>
Generated for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a></small></address>
</body>
</html>