diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-02 00:17:15 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-05 15:21:34 -0700 |
commit | 4ddfec6b995d6673dad93cf3dd849550dde1594c (patch) | |
tree | ec783303fb405e974a18d4ce14e4ac4e72079235 /src | |
parent | 6e8b4d412a9a28bb79f575b9970c3fd7876609ac (diff) | |
download | sssd-4ddfec6b995d6673dad93cf3dd849550dde1594c.tar.gz sssd-4ddfec6b995d6673dad93cf3dd849550dde1594c.tar.bz2 sssd-4ddfec6b995d6673dad93cf3dd849550dde1594c.zip |
Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION
https://fedorahosted.org/sssd/ticket/1271
Diffstat (limited to 'src')
-rw-r--r-- | src/doxy.config.in | 7 | ||||
-rw-r--r-- | src/lib/idmap/sss_idmap.doxy.in | 7 | ||||
-rw-r--r-- | src/providers/ipa/ipa_hbac.doxy.in | 7 | ||||
-rw-r--r-- | 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 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 diff --git a/src/lib/idmap/sss_idmap.doxy.in b/src/lib/idmap/sss_idmap.doxy.in index c03413b6..22827168 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 3c9672f0..37528efc 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 ee4a0388..4e777f42 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 |