summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-03-05 20:54:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-03-05 20:54:12 (GMT)
commit3f2e8a3067712b025623e4420e6eb161febfd42b (patch)
treee4dedc6ccd4c5c4c79f9067713f101e244019047 /src/config.xml
parent8f74562b98af27288041a35b707a13a06a38ca23 (diff)
downloadDoxygen-3f2e8a3067712b025623e4420e6eb161febfd42b.zip
Doxygen-3f2e8a3067712b025623e4420e6eb161febfd42b.tar.gz
Doxygen-3f2e8a3067712b025623e4420e6eb161febfd42b.tar.bz2
Bug 745439 - PATCH: please consider making doxygen output byte for byte identical between individual runs by default
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index 7476860..3d81a21 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1889,13 +1889,13 @@ hr.footer {
]]>
</docs>
</option>
- <option type='bool' id='HTML_TIMESTAMP' defval='1' depends='GENERATE_HTML'>
+ <option type='bool' id='HTML_TIMESTAMP' defval='0' depends='GENERATE_HTML'>
<docs>
<![CDATA[
If the \c HTML_TIMESTAMP tag is set to \c YES then the footer of
each generated HTML page will contain the date and time when the page
- was generated. Setting this to \c NO can help when comparing the output of
- multiple runs.
+ was generated. Setting this to \c YES can help to show when doxygen was last run
+ and thus if the documentation is up to date.
]]>
</docs>
</option>