diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-04 14:15:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-04 14:15:23 (GMT) |
commit | e90eb41e09adeb8970ef9a64fb8f163f068d7b17 (patch) | |
tree | 431650e77325cdf55ef9e710fd0ac1a9d87d3486 /doc/output.doc | |
parent | cd76bda7e377a14bd6b3d321425cf462a46a3f75 (diff) | |
download | Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.zip Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.gz Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.bz2 |
Release-1.2.8
Diffstat (limited to 'doc/output.doc')
-rw-r--r-- | doc/output.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/output.doc b/doc/output.doc index 1c6508f..8e427a9 100644 --- a/doc/output.doc +++ b/doc/output.doc @@ -39,14 +39,14 @@ The following output formats are \e indirectly supported by doxygen: <dt><b>Compressed HTML</b> (a.k.a. Windows 98 help) <dd>Generated by Microsoft's HTML Help workshop from the HTML output if \c GENERATE_HTMLHELP is set to \c YES. -<dt><b>Postscript</b> +<dt><b>PostScript</b> <dd>Generated from the \f$\mbox{\LaTeX}\f$ output by running <code>make ps</code> in the output directory. For the best results \c PDF_HYPERLINKS should be set to \c NO. <dt><b>PDF</b>\htmlonly \endhtmlonly <dd>Generated from the \f$\mbox{\LaTeX}\f$ output by running <code>make pdf</code> in the output directory. - In order to get hyperlinks in the pdf file, + In order to get hyperlinks in the PDF file, \c PDF_HYPERLINKS should be set to \c YES in the configuration file. </dl> |