diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-01-23 17:25:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-01-23 17:25:30 (GMT) |
commit | eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b (patch) | |
tree | 56f084a80118debb8b5569e59a7435a20fc82b03 /doc/doxygen_usage.doc | |
parent | 2149c9cb1315b6a42457dd991171bf4fcf7d7015 (diff) | |
download | Doxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.zip Doxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.tar.gz Doxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.tar.bz2 |
Release-1.7.3-20110123
Diffstat (limited to 'doc/doxygen_usage.doc')
-rw-r--r-- | doc/doxygen_usage.doc | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/doxygen_usage.doc b/doc/doxygen_usage.doc index 1116873..0cffb3d 100644 --- a/doc/doxygen_usage.doc +++ b/doc/doxygen_usage.doc @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2008 by Dimitri van Heesch. + * Copyright (C) 1997-2011 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -54,7 +54,7 @@ to the new configuration file. Any new options will have their default value. Note that comments that you may have added in the original configuration file will be lost. -\anchor doxygen_finetune +\section doxygen_finetune Fine-tuning the output If you want to fine-tune the way the output looks, doxygen allows you generate default style sheet, header, and footer files that you can edit afterwards: @@ -65,8 +65,12 @@ afterwards: sheet (see \ref cfg_html_stylesheet "HTML_STYLESHEET"), using the following command: \verbatim -doxygen -w html header.html footer.html stylesheet.css +doxygen -w html header.html footer.html stylesheet.css <config_file> \endverbatim + The config_file is optional. When omitted doxygen will search for + a file named Doxyfile and process that. When this is also not found it + will used the default settings. + <li>For LaTeX output, you can generate the first part of \c refman.tex (see \ref cfg_latex_header "LATEX_HEADER") and the style sheet included by that header (normally <code>doxygen.sty</code>), using: @@ -82,8 +86,12 @@ that config file as the third argument. doxygen -w rtf rtfstyle.cfg \endverbatim </ul> +\warning When using a custom header you are responsible + for the proper inclusion of any scripts and style sheets that doxygen + needs, which is dependent on the configuration options and may changes + when upgrading to a new doxygen release. -<b>Note:</b><br> +\note <ul> <li> If you do not want documentation for each item inside the configuration file then you can use the optional \c -s option. This can use be |