From: Jérémy Bobbio Date: Fri, 19 Sep 2014 21:03:55 +0000 (+0200) Subject: disable timestamps in the footer of docs by doxygen X-Git-Tag: 1.0.9.2~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/efcbb0f0c0ec92d6b61c6349a5ad69952939272e?ds=inline disable timestamps in the footer of docs by doxygen The default being 'yes', but this spoils the effort of reproducible builds for no real gain. (https://wiki.debian.org/ReproducibleBuilds) --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 6ca8d1189..98eecdbd2 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1128,7 +1128,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