[telepathy-qt4/master] doxygen.cfg.in: Added custom footer file.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Apr 1 20:51:52 PDT 2009


---
 Makefile.am         |    1 +
 doxygen-footer.html |    7 +++++++
 doxygen.cfg.in      |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
 create mode 100644 doxygen-footer.html

diff --git a/Makefile.am b/Makefile.am
index 2034493..c956515 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ EXTRA_DIST = \
     autogen.sh \
     doc/html \
     doxygen.css \
+    doxygen-footer.html \
     doxygen-header.html \
     $(DX_CONFIG)
 
diff --git a/doxygen-footer.html b/doxygen-footer.html
new file mode 100644
index 0000000..9fa0af2
--- /dev/null
+++ b/doxygen-footer.html
@@ -0,0 +1,7 @@
+<p /><address><hr /><div align="center">
+<table width="100%" cellspacing="0" border="0"><tr class="address">
+<td width="30%">Copyright &copy; 2009 Collabora Ltd. and Nokia Corporation</td>
+<td width="30%" align="right"><div align="right">Telepathy-Qt4 $projectnumber</div></td>
+</tr></table></div></address>
+</body>
+</html>
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 4551468..0becc94 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -740,7 +740,7 @@ HTML_HEADER            = doxygen-header.html
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = doxygen-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 
-- 
1.5.6.5




More information about the telepathy-commits mailing list