summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-08 06:38:55 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-08 06:38:55 -0800
commit3e093ace09a73a781b3ebf59f1bddc802492b29e (patch)
tree9e2725c8ec34407d7915215f4581a24aa59a81df
parent3a5d1b7f8b9d726f4ea8abe4e05b8bbf9c1b8353 (diff)
downloaddoxygen-3e093ace09a73a781b3ebf59f1bddc802492b29e.tar.gz
doxygen-3e093ace09a73a781b3ebf59f1bddc802492b29e.tar.bz2
doxygen-3e093ace09a73a781b3ebf59f1bddc802492b29e.zip
doxygen-1.7.0-modify_footer
===================================================================
-rw-r--r--src/configoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 62caf46..0c23003 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -1291,7 +1291,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");
//----