2010-08-02 12:27:05 +02:00
|
|
|
Index: src/configoptions.cpp
|
|
|
|
===================================================================
|
2010-10-11 16:47:11 +02:00
|
|
|
--- src/configoptions.cpp.orig
|
|
|
|
+++ src/configoptions.cpp
|
|
|
|
@@ -1146,7 +1155,7 @@ void addConfigOptions(Config *cfg)
|
2010-08-30 13:15:04 +02:00
|
|
|
"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");
|
|
|
|
//----
|