Description: Remove timestamp from doxygen generated files Author: Jörg Frings-Fürst Forwarded: not-needed Last-Update: 2015-02-17 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/docs/doxygen.cfg.in =================================================================== --- trunk.orig/docs/doxygen.cfg.in +++ trunk/docs/doxygen.cfg.in @@ -730,3 +730,8 @@ BIN_ABSPATH = /usr/local/bin/ # the documentation for these projects as well. EXT_DOC_PATHS = + +# If Doxyfile contains HTML_TIMESTAMP = YES, Doxygen will add a +# timestamp to its generated documentation + +HTML_TIMESTAMP = NO