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
|
2013-08-26 10:51:56 +02:00
|
|
|
@@ -1497,9 +1497,9 @@ 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 this\n"
|
|
|
|
"to NO can help when comparing the output of multiple runs.\n"
|
|
|
|
- "The default value is: YES.\n"
|
|
|
|
+ "The default value is: NO.\n"
|
|
|
|
"This tag requires that the tag GENERATE_HTML is set to YES.",
|
|
|
|
- TRUE
|
|
|
|
+ FALSE
|
|
|
|
);
|
2010-08-30 13:15:04 +02:00
|
|
|
cb->addDependency("GENERATE_HTML");
|
|
|
|
//----
|