projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a15c0e
)
doc/Doxyfile: explicitly set HTML_TIMESTAMP = NO
author
Ran Benita
<ran234@gmail.com>
Tue, 8 Sep 2015 06:22:20 +0000
(09:22 +0300)
committer
Ran Benita
<ran234@gmail.com>
Tue, 8 Sep 2015 14:28:42 +0000
(17:28 +0300)
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>
doc/Doxyfile.in
patch
|
blob
|
history
diff --git
a/doc/Doxyfile.in
b/doc/Doxyfile.in
index
d932fe6
..
c71d3a9
100644
(file)
--- a/
doc/Doxyfile.in
+++ b/
doc/Doxyfile.in
@@
-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