Turn off timestamping in HTML docs

The pointless deltas were slowing rsync down more than I'd like, and it's
not as if that information is all THAT useful. Nuke it.
This commit is contained in:
Jeff Teunissen 2010-12-13 13:20:26 -05:00
parent e3f6e74814
commit 28338bc74e
2 changed files with 2 additions and 2 deletions

View File

@ -867,7 +867,7 @@ HTML_COLORSTYLE_GAMMA = 100
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
HTML_TIMESTAMP = YES
HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to

View File

@ -843,7 +843,7 @@ HTML_COLORSTYLE_GAMMA = 100
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
HTML_TIMESTAMP = YES
HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to