1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 18 Nov 2015 18:53:13 +0000
Subject: Disable HTML timestamps.
Reason: makes build reproducible.
---
doc/Doxyfile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index ff07a28..5346e9a 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1130,7 +1130,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+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
|