From: Simon McVittie Date: Wed, 6 May 2015 08:17:06 +0000 (+0100) Subject: Doxyfile.in: do not put timestamps in HTML X-Git-Tag: dbus-1.11.14~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0310ead0022b3537392869cc2ed3296ba1a7c17d;p=thirdparty%2Fdbus.git Doxyfile.in: do not put timestamps in HTML The build timestamp is not particularly useful (the version number of the package is already present in the HTML), and it prevents the build from being reproducible. See for more information. Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100692 --- diff --git a/Doxyfile.in b/Doxyfile.in index f0a37eda1..dbbdb4f74 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -102,6 +102,7 @@ DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 +HTML_TIMESTAMP = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #---------------------------------------------------------------------------