1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Remove timestamp from doxygen generated files
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
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
|