Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 2490fc2409e43f71a6d82544660cf84c > files > 467

doxygen-1.4.4-1.1.20060mdk.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Doxygen manual: HTML Commands</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<h1><a class="anchor" name="htmlcmds">HTML Commands</a></h1>Here is a list of all HTML commands that may be used inside the documentation. Note that although these HTML tags are translated to the proper commands for outer formats other than HTML, all attributes of a HTML tag are passed on to the HTML output only (the HREF and NAME attributes for the A tag are the only exception).<p>
<ul>
<li>
<code>&lt;A HREF="..."&gt;</code> Starts a HTML hyper-link (HTML only). </li>
<li>
<code>&lt;A NAME="..."&gt;</code> Starts an named anchor (HTML only). </li>
<li>
<code>&lt;/A&gt;</code> Ends a link or anchor (HTML only). </li>
<li>
<code>&lt;B&gt;</code> Starts a piece of text displayed in a bold font. </li>
<li>
<code>&lt;/B&gt;</code> Ends a <code>&lt;B&gt;</code> section. </li>
<li>
<code>&lt;BODY&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;/BODY&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;BR&gt;</code> Forces a line break. </li>
<li>
<code>&lt;CENTER&gt;</code> starts a section of centered text. </li>
<li>
<code>&lt;/CENTER&gt;</code> ends a section of centered text. </li>
<li>
<code>&lt;CAPTION&gt;</code> Starts a caption. Use within a table only. </li>
<li>
<code>&lt;/CAPTION&gt;</code> Ends a caption. Use within a table only. </li>
<li>
<code>&lt;CODE&gt;</code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code>&lt;/CODE&gt;</code> End a <code>&lt;CODE&gt;</code> section. </li>
<li>
<code>&lt;DD&gt;</code> Starts an item description. </li>
<li>
<code>&lt;DFN&gt;</code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code>&lt;/DFN&gt;</code> Ends a <code>&lt;DFN&gt;</code> section. </li>
<li>
<code>&lt;DIV&gt;</code> Starts a section with a specific style (HTML only) </li>
<li>
<code>&lt;/DIV&gt;</code> Ends a section with a specific style (HTML only) </li>
<li>
<code>&lt;DL&gt;</code> Starts a description list. </li>
<li>
<code>&lt;/DL&gt;</code> Ends a description list. </li>
<li>
<code>&lt;DT&gt;</code> Starts an item title. </li>
<li>
<code>&lt;/DT&gt;</code> Ends an item title. </li>
<li>
<code>&lt;EM&gt;</code> Starts a piece of text displayed in an italic font. </li>
<li>
<code>&lt;/EM&gt;</code> Ends a <code>&lt;EM&gt;</code> section. </li>
<li>
<code>&lt;FORM&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;/FORM&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;HR&gt;</code> Writes a horizontal ruler. </li>
<li>
<code>&lt;H1&gt;</code> Starts an unnumbered section. </li>
<li>
<code>&lt;/H1&gt;</code> Ends an unnumberd section. </li>
<li>
<code>&lt;H2&gt;</code> Starts an unnumbered subsection. </li>
<li>
<code>&lt;/H2&gt;</code> Ends an unnumbered subsection. </li>
<li>
<code>&lt;H3&gt;</code> Starts an unnumbered subsubsection. </li>
<li>
<code>&lt;/H3&gt;</code> Ends an unnumbered subsubsection. </li>
<li>
<code>&lt;I&gt;</code> Starts a piece of text displayed in an italic font. </li>
<li>
<code>&lt;INPUT&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;/I&gt;</code> Ends a <code>&lt;I&gt;</code> section. </li>
<li>
<code>&lt;IMG&gt;</code> This command is written with attributes to the HTML output only. </li>
<li>
<code>&lt;LI&gt;</code> Starts a new list item. </li>
<li>
<code>&lt;/LI&gt;</code> Ends a list item. </li>
<li>
<code>&lt;META&gt;</code> Does not generate any output. </li>
<li>
<code>&lt;MULTICOL&gt;</code> ignored by doxygen. </li>
<li>
<code>&lt;/MUTLICOL&gt;</code> ignored by doxygen. </li>
<li>
<code>&lt;OL&gt;</code> Starts a numbered item list. </li>
<li>
<code>&lt;/OL&gt;</code> Ends a numbered item list. </li>
<li>
<code>&lt;P&gt;</code> Starts a new paragraph. </li>
<li>
<code>&lt;/P&gt;</code> Ends a paragraph. </li>
<li>
<code>&lt;PRE&gt;</code> Starts a preformatted fragment. </li>
<li>
<code>&lt;/PRE&gt;</code> Ends a preformatted fragment. </li>
<li>
<code>&lt;SMALL&gt;</code> Starts a section of text displayed in a smaller font. </li>
<li>
<code>&lt;/SMALL&gt;</code> Ends a <code>&lt;SMALL&gt;</code> section. </li>
<li>
<code>&lt;SPAN&gt;</code> Starts an inline text fragment with a specific style (HTML only) </li>
<li>
<code>&lt;/SPAN&gt;</code> Ends an inline text fragment with a specific style (HTML only) </li>
<li>
<code>&lt;STRONG&gt;</code> Starts a section of bold text. </li>
<li>
<code>&lt;/STRONG&gt;</code> Ends a section of bold text. </li>
<li>
<code>&lt;SUB&gt;</code> Starts a piece of text displayed in subscript. </li>
<li>
<code>&lt;/SUB&gt;</code> Ends a <code>&lt;SUB&gt;</code> section. </li>
<li>
<code>&lt;SUP&gt;</code> Starts a piece of text displayed in superscript. </li>
<li>
<code>&lt;/SUP&gt;</code> Ends a <code>&lt;/SUP&gt;</code> section. </li>
<li>
<code>&lt;TABLE&gt;</code> starts a table. </li>
<li>
<code>&lt;/TABLE&gt;</code> ends a table. </li>
<li>
<code>&lt;TD&gt;</code> Starts a new table data element. </li>
<li>
<code>&lt;/TD&gt;</code> Ends a table data element. </li>
<li>
<code>&lt;TR&gt;</code> Starts a new table row. </li>
<li>
<code>&lt;/TR&gt;</code> Ends a table row. </li>
<li>
<code>&lt;TT&gt;</code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code>&lt;/TT&gt;</code> Ends a <code>&lt;TT&gt;</code> section. </li>
<li>
<code>&lt;KBD&gt;</code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code>&lt;/KBD&gt;</code> Ends a <code>&lt;KBD&gt;</code> section. </li>
<li>
<code>&lt;UL&gt;</code> Starts an unnumbered item list. </li>
<li>
<code>&lt;/UL&gt;</code> Ends an unnumbered item list. </li>
<li>
<code>&lt;VAR&gt;</code> Starts a piece of text displayed in an italic font. </li>
<li>
<code>&lt;/VAR&gt;</code> Ends a <code>&lt;/VAR&gt;</code> section. </li>
</ul>
<p>
The special HTML character entities that are recognized by Doxygen:<p>
<ul>
<li>
<code>&amp;copy;</code> the copyright symbol </li>
<li>
<code>&amp;quot;</code> a double quote </li>
<li>
<code>&amp;?uml;</code> where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, writes a character with a diaeresis accent (like &auml;). </li>
<li>
<code>&amp;?acute;</code> where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, writes a character with a acute accent (like &aacute;). </li>
<li>
<code>&amp;?grave;</code> where ? is one of {A,E,I,O,U,a,e,i,o,u,y}, writes a character with a grave accent (like &agrave;). </li>
<li>
<code>&amp;?circ;</code> where ? is one of {A,E,I,O,U,a,e,i,o,u,y}, writes a character with a circumflex accent (like &acirc;). </li>
<li>
<code>&amp;?tilde;</code> where ? is one of {A,N,O,a,n,o}, writes a character with a tilde accent (like &atilde;). </li>
<li>
<code>&amp;szlig;</code> write a sharp s (i.e. &szlig;) to the output. </li>
<li>
<code>&amp;?cedil;</code> where ? is one of {c,C}, writes a c-cedille (like &ccedil;). </li>
<li>
<code>&amp;?ring;</code> where ? is one of {a,A}, writes an <code>a</code> with a ring (like &aring;). </li>
<li>
<code>&amp;nbsp;</code> a non breakable space. </li>
</ul>
<p>
Finally, to put invisible comments inside comment blocks, HTML style comments can be used: <div class="fragment"><pre class="fragment">! &lt;!-- This is a comment with a comment block --&gt; Visible text 
</pre></div> <hr size="1"><address style="align: right;"><small>Generated on Wed Nov 15 11:05:49 2006 for Doxygen manual by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>