Browse Source

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)
Jérémy Bobbio 11 years ago
parent
commit
efcbb0f0c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Doxyfile.in

+ 1 - 1
doc/Doxyfile.in

@@ -1128,7 +1128,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # The default value is: YES.
 # The default value is: YES.
 # This tag requires that the tag GENERATE_HTML is set to 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
 # 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
 # documentation will contain sections that can be hidden and shown after the