-Disabled latex generation for doxygen (was weongly enabled because of previous cleanup)

-Removed version numbers and date from doxygen html footer so the files are no longer all modified when regenerating


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1166 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-11-11 14:22:58 +00:00
parent 3de1d9f883
commit 395c225463
2 changed files with 7 additions and 1 deletions

View File

@ -782,7 +782,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
HTML_FOOTER =
HTML_FOOTER = doc/footer.html
# 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
@ -870,6 +870,8 @@ TREEVIEW_WIDTH = 250
FORMULA_FONTSIZE = 10
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------

4
doc/footer.html Normal file
View File

@ -0,0 +1,4 @@
<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>