From 28338bc74ecb0754e6e49a73c34fa4355b498d91 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 13 Dec 2010 13:20:26 -0500 Subject: [PATCH] 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. --- doc/quakeforge.dox.in | 2 +- ruamoko/Doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quakeforge.dox.in b/doc/quakeforge.dox.in index 7fbc0e9b3..3661f32e8 100644 --- a/doc/quakeforge.dox.in +++ b/doc/quakeforge.dox.in @@ -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 diff --git a/ruamoko/Doxyfile.in b/ruamoko/Doxyfile.in index e7407de4d..ec864c659 100644 --- a/ruamoko/Doxyfile.in +++ b/ruamoko/Doxyfile.in @@ -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