Description: 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.
Author: Mattia Rizzolo <mattia@mapreri.org>
Forwarded: https://casablanca.codeplex.com/SourceControl/network/forks/LocutusOfBorg/casablanca/contribution/8159
Last-Update: 2015-04-10

--- a/Release/public_apis_doxyfile
+++ b/Release/public_apis_doxyfile
@@ -1146,7 +1146,7 @@
 # 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
--- a/Release/libs/websocketpp/Doxyfile
+++ b/Release/libs/websocketpp/Doxyfile
@@ -974,7 +974,7 @@
 # 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
