-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:
parent
3de1d9f883
commit
395c225463
4
Doxyfile
4
Doxyfile
@ -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
4
doc/footer.html
Normal file
@ -0,0 +1,4 @@
|
||||
<hr size="1"/><address style="text-align: right;"><small>
|
||||
Generated for $projectname by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a></small></address>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user