Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 6f66f87ec44b6c623ed0b141648cc132 > files > 1335

doxygen-1.8.1.1-3.fc17.i686.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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>HTML Commands</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="doxygen_manual.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('htmlcmds.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">HTML Commands </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>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 output 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 hyperlink (if supported by the output format). </li>
<li>
<code>&lt;A NAME="..."&gt;</code> Starts an named anchor (if supported by the output format). </li>
<li>
<code>&lt;/A&gt;</code> Ends a link or anchor </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;BLOCKQUOTE&gt;</code> Starts a quotation block. </li>
<li>
<code>&lt;/BLOCKQUOTE&gt;</code> Ends the quotation block. </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. Note that for C# code, this command is equivalent to <a class="el" href="commands.html#cmdcode">\code</a>. </li>
<li>
<code>&lt;/CODE&gt;</code> Ends a <code>&lt;CODE&gt;</code> section. Note that for C# code, this command is equivalent to <a class="el" href="commands.html#cmdendcode">\endcode</a>. </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 unnumbered 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;TH&gt;</code> Starts a new table header. </li>
<li>
<code>&lt;/TH&gt;</code> Ends a table header. </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;tm;</code> the trade mark symbol </li>
<li>
<code>&amp;reg;</code> the registered trade mark symbol </li>
<li>
<code>&amp;lt;</code> less-than symbol </li>
<li>
<code>&amp;gt;</code> greater-than symbol </li>
<li>
<code>&amp;amp;</code> ampersand </li>
<li>
<code>&amp;apos;</code> single quotation mark (straight) </li>
<li>
<code>&amp;quot;</code> double quotation mark (straight) </li>
<li>
<code>&amp;lsquo;</code> left single quotation mark </li>
<li>
<code>&amp;rsquo;</code> right single quotation mark </li>
<li>
<code>&amp;ldquo;</code> left double quotation mark </li>
<li>
<code>&amp;rdquo;</code> right double quotation mark </li>
<li>
<code>&amp;ndash;</code> n-dash (for numeric ranges, e.g. 2&ndash;8) </li>
<li>
<code>&amp;mdash;</code> m-dash (for parenthetical punctuation &mdash; like this) </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: </p>
<pre class="fragment">/*! &lt;!-- This is a comment with a comment block --&gt; Visible text */
</pre> </div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.1.1 </li>
  </ul>
</div>
</body>
</html>