diff options
author | albert-github <albert.tests@gmail.com> | 2014-08-15 12:57:32 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-08-15 12:57:32 (GMT) |
commit | 595943c96860425f9086028b00e1e155e8ec434f (patch) | |
tree | 60406c7761f188e2855efaeda06c2fb5bf7ca7f6 /doc/customize.doc | |
parent | 7d9d4320f5d183c4e1ebc87a316589c36f0afeed (diff) | |
download | Doxygen-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/customize.doc')
-rw-r--r-- | doc/customize.doc | 4 |
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. |