Skip to content

Commit 145dd12

Browse files
mapreriLocutusOfBorg
authored andcommitted
Do not write timestamps in documentation generated by Doxygen In order to make the build reproducible, we configure Doxygen to skip writing timestamps in the HTML documentation it generates. . Please note that doxygen upstream recently changed the default of this value to NO for this exact reason.
1 parent 0356c27 commit 145dd12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Release/libs/websocketpp/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ HTML_COLORSTYLE_GAMMA = 148
974974
# page will contain the date and time when the page was generated. Setting
975975
# this to NO can help when comparing the output of multiple runs.
976976

977-
HTML_TIMESTAMP = YES
977+
HTML_TIMESTAMP = NO
978978

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

Release/public_apis_doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ HTML_COLORSTYLE_GAMMA = 80
11461146
# The default value is: YES.
11471147
# This tag requires that the tag GENERATE_HTML is set to YES.
11481148

1149-
HTML_TIMESTAMP = YES
1149+
HTML_TIMESTAMP = NO
11501150

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

0 commit comments

Comments
 (0)