From: Rex Dieter Date: Fri, 7 Dec 2012 15:07:50 +0000 (+0000) Subject: Doxyfile: HTML_TIMESTAMP = NO X-Git-Tag: version.2.0.1~4^2~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c075742bc8353fb4f4115a3e62db3d9cd3147e5e;p=openjpeg Doxyfile: HTML_TIMESTAMP = NO helps when comparing the output of multiple runs, and distros will appreciate avoiding multilib conflicts. --- diff --git a/doc/Doxyfile.dox.cmake.in b/doc/Doxyfile.dox.cmake.in index 548c2012..8c2398ee 100644 --- a/doc/Doxyfile.dox.cmake.in +++ b/doc/Doxyfile.dox.cmake.in @@ -145,7 +145,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