summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-08-15 12:57:32 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-08-15 12:57:32 (GMT)
commit595943c96860425f9086028b00e1e155e8ec434f (patch)
tree60406c7761f188e2855efaeda06c2fb5bf7ca7f6 /doc
parent7d9d4320f5d183c4e1ebc87a316589c36f0afeed (diff)
downloadDoxygen-595943c96860425f9086028b00e1e155e8ec434f.zip
Doxygen-595943c96860425f9086028b00e1e155e8ec434f.tar.gz
Doxygen-595943c96860425f9086028b00e1e155e8ec434f.tar.bz2
Support multiple extra HTML stylesheets.
In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project With this patch it is possible to specify multiple HTML stylesheets. Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
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 7252a4a..46b1d8b 100644
--- a/doc/customize.doc
+++ b/doc/customize.doc
@@ -110,8 +110,8 @@ This will create 3 files:
link to www.doxygen.org and the body and html end tags.
- customdoxygen.css is the default cascading style sheet
used by doxygen. It is recommended only to look into this file and overrule
- some settings you like by putting them in a separate stylesheet and
- referencing that extra file
+ some settings you like by putting them in a separate stylesheets and
+ referencing those extra files
via \ref cfg_html_extra_stylesheet "HTML_EXTRA_STYLESHEET".
You should edit these files and then reference them from the config file.