diff options
Diffstat (limited to 'doc/doxygen_usage.doc')
-rw-r--r-- | doc/doxygen_usage.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doxygen_usage.doc b/doc/doxygen_usage.doc index ddad5d7..d84432e 100644 --- a/doc/doxygen_usage.doc +++ b/doc/doxygen_usage.doc @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2013 by Dimitri van Heesch. + * Copyright (C) 1997-2014 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 @@ -17,7 +17,7 @@ /*! \page doxygen_usage Doxygen usage Doxygen is a command line based utility. Calling \c doxygen with the -\c --help option at the command line will give you a brief description of the +`--help` option at the command line will give you a brief description of the usage of the program. All options consist of a leading character <tt>-</tt>, @@ -71,7 +71,7 @@ doxygen -w html header.html footer.html stylesheet.css <config_file> a file named `Doxyfile` and process that. When this is also not found it will used the default settings. -<li>For \f$\mbox{\LaTeX}\f$ output, you can generate the first and last part of \c refman.tex +<li>For \LaTeX output, you can generate the first and last part of \c refman.tex (see \ref cfg_latex_header "LATEX_HEADER" and \ref cfg_latex_footer "LATEX_FOOTER") and the style sheet included by that header (normally <code>doxygen.sty</code>), using the following @@ -79,7 +79,7 @@ doxygen -w html header.html footer.html stylesheet.css <config_file> \verbatim doxygen -w latex header.tex footer.tex doxygen.sty <config_file> \endverbatim -If you need non-default options (for instance to use extra \f$\mbox{\LaTeX}\f$ packages) +If you need non-default options (for instance to use extra \LaTeX packages) you need to make a config file with those options set correctly and then specify that config file after the generated files (make a backup of the configuration file first so you don't loose it in case you forget to specify one of the |