diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-15 17:42:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-15 17:42:49 (GMT) |
commit | 1076d3814fa27fbd93d5df8f088d76ca4a27bb71 (patch) | |
tree | 60406c7761f188e2855efaeda06c2fb5bf7ca7f6 /doc/customize.doc | |
parent | 7d9d4320f5d183c4e1ebc87a316589c36f0afeed (diff) | |
parent | 595943c96860425f9086028b00e1e155e8ec434f (diff) | |
download | Doxygen-1076d3814fa27fbd93d5df8f088d76ca4a27bb71.zip Doxygen-1076d3814fa27fbd93d5df8f088d76ca4a27bb71.tar.gz Doxygen-1076d3814fa27fbd93d5df8f088d76ca4a27bb71.tar.bz2 |
Merge pull request #209 from albert-github/feature/html_extra_stylesheets
Support multiple extra HTML 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. |