From 4ddfec6b995d6673dad93cf3dd849550dde1594c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 2 Apr 2012 00:17:15 +0200 Subject: Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION https://fedorahosted.org/sssd/ticket/1271 --- src/doxy.config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/doxy.config.in') diff --git a/src/doxy.config.in b/src/doxy.config.in index dc41b1fd..1f9b5a32 100644 --- a/src/doxy.config.in +++ b/src/doxy.config.in @@ -784,10 +784,11 @@ IGNORE_PREFIX = GENERATE_HTML = YES -# If the HTML_FOOTER_DESCRIPTION tag is set to YES, Doxygen will -# add generated date, project name and doxygen version to HTML footer. +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated +# HTML 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_FOOTER_DESCRIPTION= NO +HTML_TIMESTAMP = NO # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be -- cgit