Browse Source

remove timestamps from footer. this caused every run to produce a slightly different page for ever page: murder on version control.

Charlie Patterson 12 years ago
parent
commit
9f072dbe3e

+ 5 - 1
tools/documentation/config/torque2DReference.cfg

@@ -998,7 +998,11 @@ HTML_COLORSTYLE_GAMMA  = 80
 # 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
+# T2D
+# leaving the timestamp at the bottom of the page means every run of doxygen produces
+# all updated pages.  Too ugly for checking into version control!
+
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the

+ 2 - 0
tools/documentation/config/torqueScriptReference.cfg

@@ -997,6 +997,8 @@ HTML_COLORSTYLE_GAMMA  = 80
 # this to NO can help when comparing the output of multiple runs.
 
 # T2D
+# leaving the timestamp at the bottom of the page means every run of doxygen produces
+# all updated pages.  Too ugly for checking into version control!
 
 HTML_TIMESTAMP         = NO