From d9d62a77eec6a2a06b6dc9bdd9cbe5d7a1eb4c7f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Dec 2012 15:10:24 +0000 Subject: [PATCH] backport r2259 Doxyfile: HTML_TIMESTAMP = NO helps when comparing the output of multiple runs, and distros will appreciate avoiding multilib conflicts. --- doc/Doxyfile.dox | 2 +- doc/Doxyfile.dox.cmake.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.dox b/doc/Doxyfile.dox index 53209148..63671c42 100644 --- a/doc/Doxyfile.dox +++ b/doc/Doxyfile.dox @@ -147,7 +147,7 @@ HTML_STYLESHEET = HTML_COLORSTYLE_HUE = 220 HTML_COLORSTYLE_SAT = 100 HTML_COLORSTYLE_GAMMA = 80 -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO HTML_ALIGN_MEMBERS = YES HTML_DYNAMIC_SECTIONS = NO GENERATE_DOCSET = NO diff --git a/doc/Doxyfile.dox.cmake.in b/doc/Doxyfile.dox.cmake.in index 1bd970e8..6e790849 100644 --- a/doc/Doxyfile.dox.cmake.in +++ b/doc/Doxyfile.dox.cmake.in @@ -148,7 +148,7 @@ HTML_STYLESHEET = HTML_COLORSTYLE_HUE = 220 HTML_COLORSTYLE_SAT = 100 HTML_COLORSTYLE_GAMMA = 80 -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO HTML_ALIGN_MEMBERS = YES HTML_DYNAMIC_SECTIONS = NO GENERATE_DOCSET = NO