doxygen: disable the html timestamp: this is breaking the reproducible build of openmp

llvm-svn: 318978
This commit is contained in:
Sylvestre Ledru
2017-11-25 14:12:33 +00:00
parent 198720d38e
commit 67e60434c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1141,7 +1141,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

View File

@@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80
# 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_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the