15 lines
498 B
Diff
15 lines
498 B
Diff
Author: Andreas Beckmann <anbe@debian.org>
|
|
Description: disable timestamps in documentation for reproducible builds
|
|
|
|
--- a/doc/Doxyfile
|
|
+++ b/doc/Doxyfile
|
|
@@ -10,6 +10,8 @@
|
|
# TAG += value [value, ...]
|
|
# Values that contain spaces should be placed between quotes (" ")
|
|
|
|
+HTML_TIMESTAMP = NO
|
|
+
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|