You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
7 years ago
|
From bc4cf1487b4d6039de2a082c1786ac83ab148c88 Mon Sep 17 00:00:00 2001
|
||
|
From: Chris Leech <cleech@redhat.com>
|
||
|
Date: Tue, 22 Jan 2013 15:14:21 -0800
|
||
|
Subject: resolve 565245: multilib issues caused by doxygen
|
||
|
|
||
|
---
|
||
|
libiscsi/libiscsi.doxy | 2 +-
|
||
|
libiscsi/no_date_footer.html | 6 ++++++
|
||
|
2 files changed, 7 insertions(+), 1 deletion(-)
|
||
|
create mode 100644 libiscsi/no_date_footer.html
|
||
|
|
||
|
diff --git a/libiscsi/libiscsi.doxy b/libiscsi/libiscsi.doxy
|
||
|
index 663770f..7a5ff7f 100644
|
||
|
--- a/libiscsi/libiscsi.doxy
|
||
|
+++ b/libiscsi/libiscsi.doxy
|
||
|
@@ -765,7 +765,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/libiscsi/no_date_footer.html b/libiscsi/no_date_footer.html
|
||
|
new file mode 100644
|
||
|
index 0000000..1e0c6c4
|
||
|
--- /dev/null
|
||
|
+++ b/libiscsi/no_date_footer.html
|
||
|
@@ -0,0 +1,6 @@
|
||
|
+<hr size="1"><address style="text-align: right;"><small>
|
||
|
+Generated for $projectname by <a href="http://www.doxygen.org/
|
||
|
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
||
|
+$doxygenversion</small></address>
|
||
|
+</body>
|
||
|
+</html>
|
||
|
--
|
||
|
1.7.11.7
|
||
|
|