From 3c88bd1f0eec0f094597db100e4565e7195b4f63 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 8 Oct 2010 13:41:57 -0400 Subject: Remove timestamp from doxygen footers --- common/collection/collection.cfg.doxy.in | 2 +- common/collection/no_date_footer.html | 7 +++++++ common/ini/ini_config.cfg.doxy.in | 2 +- common/ini/no_date_footer.html | 1 + common/path_utils/no_date_footer.html | 1 + common/path_utils/path_utils.cfg.doxy.in | 2 +- common/refarray/no_date_footer.html | 1 + common/refarray/ref_array.cfg.doxy.in | 2 +- 8 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 common/collection/no_date_footer.html create mode 120000 common/ini/no_date_footer.html create mode 120000 common/path_utils/no_date_footer.html create mode 120000 common/refarray/no_date_footer.html diff --git a/common/collection/collection.cfg.doxy.in b/common/collection/collection.cfg.doxy.in index 7f5d94e1b..38d62a679 100644 --- a/common/collection/collection.cfg.doxy.in +++ b/common/collection/collection.cfg.doxy.in @@ -806,7 +806,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = no_date_footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/common/collection/no_date_footer.html b/common/collection/no_date_footer.html new file mode 100644 index 000000000..3d46190b1 --- /dev/null +++ b/common/collection/no_date_footer.html @@ -0,0 +1,7 @@ +
+Generated for $projectname by doxygen +$doxygenversion
+ + + diff --git a/common/ini/ini_config.cfg.doxy.in b/common/ini/ini_config.cfg.doxy.in index f7763f4f3..9b73e8ea5 100644 --- a/common/ini/ini_config.cfg.doxy.in +++ b/common/ini/ini_config.cfg.doxy.in @@ -806,7 +806,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = no_date_footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/common/ini/no_date_footer.html b/common/ini/no_date_footer.html new file mode 120000 index 000000000..86a54c4c4 --- /dev/null +++ b/common/ini/no_date_footer.html @@ -0,0 +1 @@ +../collection/no_date_footer.html \ No newline at end of file diff --git a/common/path_utils/no_date_footer.html b/common/path_utils/no_date_footer.html new file mode 120000 index 000000000..86a54c4c4 --- /dev/null +++ b/common/path_utils/no_date_footer.html @@ -0,0 +1 @@ +../collection/no_date_footer.html \ No newline at end of file diff --git a/common/path_utils/path_utils.cfg.doxy.in b/common/path_utils/path_utils.cfg.doxy.in index 90a7dd1bf..b632bf3e7 100644 --- a/common/path_utils/path_utils.cfg.doxy.in +++ b/common/path_utils/path_utils.cfg.doxy.in @@ -806,7 +806,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = no_date_footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/common/refarray/no_date_footer.html b/common/refarray/no_date_footer.html new file mode 120000 index 000000000..86a54c4c4 --- /dev/null +++ b/common/refarray/no_date_footer.html @@ -0,0 +1 @@ +../collection/no_date_footer.html \ No newline at end of file diff --git a/common/refarray/ref_array.cfg.doxy.in b/common/refarray/ref_array.cfg.doxy.in index 455db0a94..ce57424e2 100644 --- a/common/refarray/ref_array.cfg.doxy.in +++ b/common/refarray/ref_array.cfg.doxy.in @@ -806,7 +806,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = no_date_footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to -- cgit