forked from pool/doxygen
Petr Gajdos
f7ba215608
Thanks Miso OBS-URL: https://build.opensuse.org/request/show/53048 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=24
14 lines
608 B
Diff
14 lines
608 B
Diff
Index: src/configoptions.cpp
|
|
===================================================================
|
|
--- src/configoptions.cpp.orig
|
|
+++ src/configoptions.cpp
|
|
@@ -1146,7 +1155,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");
|
|
//----
|