adapt für 1.8.5

This commit is contained in:
Than Ngo 2013-08-26 18:32:28 +02:00
parent 770d18d41e
commit 4e0318bd04
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
diff -up doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch doxygen-1.8.1.1/src/configoptions.cpp
--- doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch 2012-06-09 06:41:04.000000000 -0500
+++ doxygen-1.8.1.1/src/configoptions.cpp 2012-06-13 13:31:15.291500215 -0500
@@ -1270,7 +1270,7 @@ void addConfigOptions(Config *cfg)
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
"page will contain the date and time when the page was generated. Setting\n"
"this to NO can help when comparing the output of multiple runs.",
- TRUE
+ FALSE
);
cb->addDependency("GENERATE_HTML");
//----

View File

@ -0,0 +1,12 @@
diff -up doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false doxygen-1.8.5/src/configoptions.cpp
--- doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false 2013-08-26 16:07:23.000000000 +0200
+++ doxygen-1.8.5/src/configoptions.cpp 2013-08-26 18:31:40.000000000 +0200
@@ -1499,7 +1499,7 @@ void addConfigOptions(Config *cfg)
"to NO can help when comparing the output of multiple runs.\n"
"The default value is: YES.\n"
"This tag requires that the tag GENERATE_HTML is set to YES.",
- TRUE
+ FALSE
);
cb->addDependency("GENERATE_HTML");
//----