mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
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:
parent
e3f6e74814
commit
28338bc74e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue