summaryrefslogtreecommitdiffstats
path: root/doc/output.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/output.doc')
-rw-r--r--doc/output.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/output.doc b/doc/output.doc
index 6e87ce7..5777ca2 100644
--- a/doc/output.doc
+++ b/doc/output.doc
@@ -35,6 +35,8 @@ The following output formats are \e directly supported by doxygen:
<dt><b>XML</b>
<dd>Generated if \c GENERATE_XML is set to \c YES in the configuration file.<p>
Note that the XML output is still under development.
+<dt><b>Qt Help Project (.qhp)</b>
+<dd>Generated if \c GENERATE_QHP is set to \c YES in the configuration file.
</dl>
The following output formats are \e indirectly supported by doxygen:
@@ -42,6 +44,9 @@ The following output formats are \e indirectly supported by doxygen:
<dt><b>Compiled HTML Help</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>Qt Compressed Help (.qch)</b>
+<dd>Generated by Qt's qhelpgenerator tool from the HTML output if
+ \c GENERATE_QHP is set to \c YES.
<dt><b>PostScript</b>
<dd>Generated from the \f$\mbox{\LaTeX}\f$ output by
running <code>make ps</code> in the output directory.