summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2008-02-18 19:14:27 +0000
committerjbj <jbj>2008-02-18 19:14:27 +0000
commit9582eec3328048301063e10f17ac57421f8ba12f (patch)
tree953d4b21d401350d950d42ef7840348b8537690e
parent4b1989707b1c968bd0a14a5c3e05bbe9d06317a6 (diff)
downloadlibpopt-9582eec3328048301063e10f17ac57421f8ba12f.tar.gz
- rsc: avoid multilib file conflicts in generated doxygen.
-rw-r--r--CHANGES1
-rw-r--r--Doxyfile.in2
-rw-r--r--footer_no_timestamp.html5
3 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b25ee73..b13596b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.13 -> 1.14:
+ - rsc: avoid multilib file conflicts in generated doxygen.
- jbj: updated vi.po and zh_CN.po (Translation Project).
- jbj: fix: keep the poptHelpOptions array exactly the same size.
- jbj: updated pl.po (Translation Project).
diff --git a/Doxyfile.in b/Doxyfile.in
index 9c521dd..21e045a 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -659,7 +659,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = footer_no_timestamp.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/footer_no_timestamp.html b/footer_no_timestamp.html
new file mode 100644
index 0000000..d32d210
--- /dev/null
+++ b/footer_no_timestamp.html
@@ -0,0 +1,5 @@
+<hr size="1"><address style="text-align: right;"><small>Generated for $projectname by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion </small></address>
+</body>
+</html>