summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-01-01 15:32:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-01-01 15:32:33 (GMT)
commit401d2a165d3fa713a9c964b1c87c426a756c82d1 (patch)
tree2fc63f233e3146bbdf05d7487b0b25a862000a61
parentdaaeeece0ffe70325888b55c0e87a9e64a498b87 (diff)
parent478207365d7f09f0e676a76f654502c084806e4e (diff)
downloadDoxygen-401d2a165d3fa713a9c964b1c87c426a756c82d1.zip
Doxygen-401d2a165d3fa713a9c964b1c87c426a756c82d1.tar.gz
Doxygen-401d2a165d3fa713a9c964b1c87c426a756c82d1.tar.bz2
Merge pull request #277 from albert-github/feature/bug_docu_cust_html
Documentation HTML Header, Footer, and Stylesheet changes
-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.