summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-01-01 12:11:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-01-02 09:45:19 (GMT)
commit1dded5c92a13f9db60fc630cbe5f2cc5ad9bede0 (patch)
tree19842e7544d7330f2e44141f7aa6d00cb12e5e9d /doc
parente7a6a682137a82dbdf847b1879f320ece4f3642f (diff)
downloadDoxygen-1dded5c92a13f9db60fc630cbe5f2cc5ad9bede0.zip
Doxygen-1dded5c92a13f9db60fc630cbe5f2cc5ad9bede0.tar.gz
Doxygen-1dded5c92a13f9db60fc630cbe5f2cc5ad9bede0.tar.bz2
Documentation HTML Header, Footer, and Stylesheet changes
Adjusted text to better reflect current situation.
Diffstat (limited to 'doc')
-rw-r--r--doc/customize.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/customize.doc b/doc/customize.doc
index 46b1d8b..c7359c1 100644
--- a/doc/customize.doc
+++ b/doc/customize.doc
@@ -117,9 +117,9 @@ This will create 3 files:
You should edit these files and then reference them from the config file.
- \ref cfg_html_header "HTML_HEADER" = \c header.html
- \ref cfg_html_footer "HTML_FOOTER" = \c footer.html
-- \ref cfg_html_stylesheet "HTML_STYLESHEET" = \c customdoxygen.css <b>&larr;obsolete</b>
+- \ref cfg_html_extra_stylesheet "HTML_EXTRA_STYLESHEET" = \c my_customdoxygen.css
-\note it is not longer recommended to use HTML_STYLESHEET this way,
+\note it is not longer recommended to use \ref cfg_html_stylesheet "HTML_STYLESHEET",
as it make it difficult to upgrade to a newer version of doxygen. Use
\ref cfg_html_extra_stylesheet "HTML_EXTRA_STYLESHEET" instead.