summaryrefslogtreecommitdiffstats
path: root/src/config.xml
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 /src/config.xml
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 'src/config.xml')
-rw-r--r--src/config.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config.xml b/src/config.xml
index 9020d30..5f18037 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1780,16 +1780,18 @@ doxygen -w html new_header.html new_footer.html new_stylesheet.css YourConfigFil
]]>
</docs>
</option>
- <option type='string' id='HTML_EXTRA_STYLESHEET' format='file' defval='' depends='GENERATE_HTML'>
+ <option type='list' id='HTML_EXTRA_STYLESHEET' format='file' defval='' depends='GENERATE_HTML'>
<docs>
<![CDATA[
- The \c HTML_EXTRA_STYLESHEET tag can be used to specify an additional
- user-defined cascading style sheet that is included after the standard
+ The \c HTML_EXTRA_STYLESHEET tag can be used to specify additional
+ user-defined cascading style sheets that are included after the standard
style sheets created by doxygen. Using this option one can overrule
certain style aspects. This is preferred over using \ref cfg_html_stylesheet "HTML_STYLESHEET"
since it does not replace the standard style sheet and is therefor more
- robust against future updates. Doxygen will copy the style sheet file to
+ robust against future updates. Doxygen will copy the style sheet files to
the output directory.
+ \note The order of the extra stylesheet files is of importance (e.g. the last
+ stylesheet in the list overrules the setting of the previous ones in the list).
]]>
</docs>
<docs doxywizard='0' doxyfile='0'>