diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-04-02 00:51:52 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-04-13 15:14:36 -0300 |
commit | 381f50cd98318f805e5f4e9dd0fee13d43b4b66c (patch) | |
tree | 90fffae61d80ec1a9434f61ab0d1e2116e08f9b5 | |
parent | cbd063256a676cb100b9cf263e4296093f539e19 (diff) |
doxygen.cfg.in: Added custom footer file.
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | doxygen-footer.html | 7 | ||||
-rw-r--r-- | doxygen.cfg.in | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2034493d..c956515f 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 00000000..9fa0af2b --- /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 © 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 45514688..0becc945 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 |