summaryrefslogtreecommitdiffstats
path: root/doc/output.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:42:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:42:00 (GMT)
commitdf5aeefd51095ad5b1f5fe1bf563a7302f93feeb (patch)
treee1e96dcb9bbad928271e0546023ea0a9841641b6 /doc/output.doc
parentdc2968f7b44b1a219a0695ba80c63cd0d7da0ef1 (diff)
downloadDoxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.zip
Doxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.tar.gz
Doxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.tar.bz2
mods for doxygen-0.49-991205
Diffstat (limited to 'doc/output.doc')
-rw-r--r--doc/output.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/output.doc b/doc/output.doc
index 1e8da9e..7ddaf8d 100644
--- a/doc/output.doc
+++ b/doc/output.doc
@@ -22,11 +22,11 @@
The following output formats are \e directly supported by doxygen:
<dl>
<dt><b>HTML</b>
-<dd>Generated if GENERATE_HTML is set to YES in the configuration file.
+<dd>Generated if \c GENERATE_HTML is set to \c YES in the configuration file.
<dt>\f$\mbox{\LaTeX}\f$
-<dd>Generated if GENERATE_LATEX is set to YES in the configuration file.
+<dd>Generated if \c GENERATE_LATEX is set to \c YES in the configuration file.
<dt><b>Man pages</b>
-<dd>Generated if GENERATE_MAN is set to YES in the configuration file.
+<dd>Generated if \c GENERATE_MAN is set to \c YES in the configuration file.
</dl>
The following output formats are \e indirectly supported by doxygen:
@@ -42,7 +42,7 @@ The following output formats are \e indirectly supported by doxygen:
<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,
- \c PDF_HYPERLINKS should be set to \c YES.
+ \c PDF_HYPERLINKS should be set to \c YES in the configuration file.
</dl>
*/