Skip to content

Commit 13e2754

Browse files
committed
Turned timestamps off in the docs
produces fewer pointless doc updates
1 parent 17f2647 commit 13e2754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ HTML_STYLESHEET =
806806
# page will contain the date and time when the page was generated. Setting
807807
# this to NO can help when comparing the output of multiple runs.
808808

809-
#HTML_TIMESTAMP = NO # Only supported in doxygen >= 1.6.2 (maybe, can't confirm)
809+
HTML_TIMESTAMP = NO # Only supported in doxygen >= 1.6.2 (maybe, can't confirm)
810810

811811
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
812812
# files or namespaces will be aligned in HTML using tables. If set to

0 commit comments

Comments
 (0)