]> git.ipfire.org Git - ipfire-3.x.git/blob - doxygen/patches/doxygen-1.8.1.1-html_timestamp_default_false.patch
clamav: Update to 0.101.4
[ipfire-3.x.git] / doxygen / patches / doxygen-1.8.1.1-html_timestamp_default_false.patch
1 diff -up doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch doxygen-1.8.1.1/src/configoptions.cpp
2 --- doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch 2012-06-09 06:41:04.000000000 -0500
3 +++ doxygen-1.8.1.1/src/configoptions.cpp 2012-06-13 13:31:15.291500215 -0500
4 @@ -1270,7 +1270,7 @@ void addConfigOptions(Config *cfg)
5 "If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
6 "page will contain the date and time when the page was generated. Setting\n"
7 "this to NO can help when comparing the output of multiple runs.",
8 - TRUE
9 + FALSE
10 );
11 cb->addDependency("GENERATE_HTML");
12 //----