Blame doxygen-1.8.1.1-html_timestamp_default_false.patch

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