doxygen/doxygen-1.7.0-modify_footer.patch

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");
//----