>From c27ae46a1cd58a22dcf4c0f14b4334f2d12ffc79 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 2 Apr 2012 00:17:15 +0200 Subject: [PATCH] Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION https://fedorahosted.org/sssd/ticket/1271 --- src/doxy.config.in | 7 ++++--- src/lib/idmap/sss_idmap.doxy.in | 7 ++++--- src/providers/ipa/ipa_hbac.doxy.in | 7 ++++--- src/sss_client/sudo/sss_sudo.doxy.in | 7 ++++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/doxy.config.in b/src/doxy.config.in index dc41b1fd156613808efa00cf9fe95bef4247c781..1f9b5a324f68aa189b309d5b7293d769c8ca5acf 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 diff --git a/src/lib/idmap/sss_idmap.doxy.in b/src/lib/idmap/sss_idmap.doxy.in index c03413b639da64aed97a853f75c518e84d8fc9c0..22827168b3025cf2fdde198047e31ebc26805812 100644 --- a/src/lib/idmap/sss_idmap.doxy.in +++ b/src/lib/idmap/sss_idmap.doxy.in @@ -782,10 +782,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 diff --git a/src/providers/ipa/ipa_hbac.doxy.in b/src/providers/ipa/ipa_hbac.doxy.in index 3c9672f01c04c5f42cdfffee8603cf6fb181b25f..37528efc2a0d7849b09763a6a0a91c54451f2cf2 100644 --- a/src/providers/ipa/ipa_hbac.doxy.in +++ b/src/providers/ipa/ipa_hbac.doxy.in @@ -782,10 +782,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 diff --git a/src/sss_client/sudo/sss_sudo.doxy.in b/src/sss_client/sudo/sss_sudo.doxy.in index ee4a03885ca844a9e7c556a8fd8c4d705f7d3e57..4e777f427823b33d0ca286ae0a032c0dceb5f803 100644 --- a/src/sss_client/sudo/sss_sudo.doxy.in +++ b/src/sss_client/sudo/sss_sudo.doxy.in @@ -782,10 +782,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 -- 1.7.7.6