Skip to content

Commit 67e6043

Browse files
committed
doxygen: disable the html timestamp: this is breaking the reproducible build of openmp
llvm-svn: 318978
1 parent 198720d commit 67e6043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openmp/offload/doc/doxygen/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ HTML_COLORSTYLE_GAMMA = 80
11411141
# The default value is: YES.
11421142
# This tag requires that the tag GENERATE_HTML is set to YES.
11431143

1144-
HTML_TIMESTAMP = YES
1144+
HTML_TIMESTAMP = NO
11451145

11461146
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
11471147
# documentation will contain sections that can be hidden and shown after the

openmp/runtime/doc/doxygen/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80
969969
# page will contain the date and time when the page was generated. Setting
970970
# this to NO can help when comparing the output of multiple runs.
971971

972-
HTML_TIMESTAMP = YES
972+
HTML_TIMESTAMP = NO
973973

974974
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
975975
# documentation will contain sections that can be hidden and shown after the

0 commit comments

Comments
 (0)