From 395c2254631c75c6866a9738c702e2754cb8f4b4 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 11 Nov 2009 14:22:58 +0000 Subject: [PATCH] -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 --- Doxyfile | 4 +++- doc/footer.html | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/footer.html diff --git a/Doxyfile b/Doxyfile index e004cc5b..8c26f435 100644 --- a/Doxyfile +++ b/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 #--------------------------------------------------------------------------- diff --git a/doc/footer.html b/doc/footer.html new file mode 100644 index 00000000..3d0275c8 --- /dev/null +++ b/doc/footer.html @@ -0,0 +1,4 @@ +
+Generated for $projectname by doxygen
+ +