1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: disable timestamp output in the Doxygen documentation
even if now it's not strictly needed anymore as doxygen respects SOURCE_DATE_EPOCH
timestamps are silly and useless, so let's remove it anyway
Author: Mattia Rizzolo <mattia@debian.org>
Bug-Debian: https://bugs.debian.org/787865
Last-Update: 2016-06-13
Forwarded: no
--- a/Doxyfile
+++ b/Doxyfile
@@ -842,7 +842,7 @@
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
|