Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > bbf8b69a7c5792df8049c96b78d19811 > files > 788

doxygen-1.7.4-2.fc14.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Doxygen manual: Output Formats</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Doxygen manual</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">Output Formats </div>  </div>
</div>
<div class="contents">
<div class="textblock"><h2><a class="anchor" id="output_sec"></a>
Output Formats</h2>
<p><a name="output_formats"></a></p>
<p>The following output formats are <em>directly</em> supported by doxygen: </p>
<dl>
<dt><b>HTML</b> </dt>
<dd>Generated if <code>GENERATE_HTML</code> is set to <code>YES</code> in the configuration file. </dd>
<dt><img class="formulaInl" alt="$\mbox{\LaTeX}$" src="form_0.png"/> </dt>
<dd>Generated if <code>GENERATE_LATEX</code> is set to <code>YES</code> in the configuration file. </dd>
<dt><b>Man pages</b> </dt>
<dd>Generated if <code>GENERATE_MAN</code> is set to <code>YES</code> in the configuration file. </dd>
<dt><b>RTF</b> </dt>
<dd><p class="startdd">Generated if <code>GENERATE_RTF</code> is set to <code>YES</code> in the configuration file.</p>
<p class="enddd">Note that the RTF output probably only looks nice with Microsoft's Word 97. If you have success with other programs, please let me know. </p>
</dd>
<dt><b>XML</b> </dt>
<dd><p class="startdd">Generated if <code>GENERATE_XML</code> is set to <code>YES</code> in the configuration file.</p>
<p class="enddd"></p>
</dd>
<dt><b>Qt Help Project (.qhp)</b> </dt>
<dd>Generated if <code>GENERATE_QHP</code> is set to <code>YES</code> in the configuration file. </dd>
</dl>
<p>The following output formats are <em>indirectly</em> supported by doxygen: </p>
<dl>
<dt><b>Compiled HTML Help</b> (a.k.a. Windows 98 help) </dt>
<dd>Generated by Microsoft's HTML Help workshop from the HTML output if <code>GENERATE_HTMLHELP</code> is set to <code>YES</code>. </dd>
<dt><b>Qt Compressed Help (.qch)</b> </dt>
<dd>Generated by Qt's qhelpgenerator tool from the HTML output if <code>GENERATE_QHP</code> is set to <code>YES</code>. </dd>
<dt><b>PostScript</b> </dt>
<dd>Generated from the <img class="formulaInl" alt="$\mbox{\LaTeX}$" src="form_0.png"/> output by running <code>make ps</code> in the output directory. For the best results <code>PDF_HYPERLINKS</code> should be set to <code>NO</code>. </dd>
<dt><b>PDF</b>  &nbsp;&nbsp;&nbsp; </dt>
<dd>Generated from the <img class="formulaInl" alt="$\mbox{\LaTeX}$" src="form_0.png"/> output by running <code>make pdf</code> in the output directory. To improve the PDF output, you typically would want to enable the use of <code>pdflatex</code> by setting <a class="el" href="config.html#cfg_use_pdflatex">USE_PDFLATEX</a> to <code>YES</code> in the configuration file. In order to get hyperlinks in the PDF file you also need to enable <a class="el" href="config.html#cfg_pdf_hyperlinks">PDF_HYPERLINKS</a>. </dd>
</dl>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Mon Jun 27 2011 for Doxygen manual by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>