doc/Doxyfile: explicitly set HTML_TIMESTAMP = NO

YES was the default in older version. Having a timestamp hurts
reproducible builds, and serves no purpose, so remove it.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789071

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2015-09-08 09:22:20 +03:00
parent 7a15c0efcc
commit 7bb425c14e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ IGNORE_PREFIX = xkb_ \
HTML_EXTRA_STYLESHEET = @abs_top_srcdir@/doc/doxygen-extra.css
HTML_TIMESTAMP = YES
HTML_TIMESTAMP = NO
ENUM_VALUES_PER_LINE = 1