003297658c77dcfd7076d6ef79dc22081895181e
[platform/upstream/doxygen.git] / doc / htmlcmds.doc
1 /******************************************************************************
2  *
3  *
4  *
5  * Copyright (C) 1997-2015 by Dimitri van Heesch.
6  *
7  * Permission to use, copy, modify, and distribute this software and its
8  * documentation under the terms of the GNU General Public License is hereby
9  * granted. No representations are made about the suitability of this software
10  * for any purpose. It is provided "as is" without express or implied warranty.
11  * See the GNU General Public License for more details.
12  *
13  * Documents produced by Doxygen are derivative works derived from the
14  * input used in their production; they are not affected by this license.
15  *
16  */
17 /*! \page htmlcmds HTML Commands
18
19 \section htmltagcmds  HTML tag commands
20
21 Here is a list of all HTML commands that may be used inside the
22 documentation. Note that although these HTML tags are translated to the
23 proper commands for output formats other than HTML, all attributes
24 of a HTML tag are passed on to the HTML output only
25 (the \c HREF and \c NAME attributes for the \c A tag are the only exception).
26
27 <table class="markdownTable">
28 <tr class="markdownTableHead"><th class="markdownTableHeadLeft">HTML Command</th><th class="markdownTableHeadLeft">Description</th></tr>
29 <tr><td valign="top"><tt>\anchor htmltag_A_HREF \addindex "\<A HREF=\"...\"\>"\<A HREF="..."\></tt></td><td valign="top">Starts a hyperlink
30                        (if supported by the output format).</td></tr>
31 <tr><td valign="top"><tt>\anchor htmltag_A_ID \addindex "\<A ID=\"...\"\>"\<A ID="..."\></tt></td><td valign="top">Starts a named anchor
32                        (if supported by the output format).</td></tr>
33 <tr><td valign="top"><tt>\anchor htmltag_A_NAME \addindex "\<A NAME=\"...\"\>"\<A NAME="..."\></tt></td><td valign="top">Starts a named anchor
34                        (if supported by the output format).</td></tr>
35 <tr><td valign="top"><tt>\anchor htmltag_endA \addindex "\</A\>"\</A\></tt></td><td valign="top">Ends a link or anchor</td></tr>
36 <tr><td valign="top"><tt>\anchor htmltag_B \addindex "\<B\>"\<B\></tt></td><td valign="top">Starts a piece of text displayed in a bold font.</td></tr>
37 <tr><td valign="top"><tt>\anchor htmltag_endB \addindex "\</B\>"\</B\></tt></td><td valign="top">Ends a \ref htmltag_B "\<B\>" section.</td></tr>
38 <tr><td valign="top"><tt>\anchor htmltag_BLOCKQUOTE \addindex "\<BLOCKQUOTE\>"\<BLOCKQUOTE\></tt></td><td valign="top">Starts a quotation block.</td></tr>
39 <tr><td valign="top"><tt>\anchor htmltag_endBLOCKQUOTE \addindex "\</BLOCKQUOTE\>"\</BLOCKQUOTE\></tt></td><td valign="top">Ends the quotation block.</td></tr>
40 <tr><td valign="top"><tt>\anchor htmltag_BR \addindex "\<BR\>"\<BR\></tt></td><td valign="top">Forces a line break.</td></tr>
41 <tr><td valign="top"><tt>\anchor htmltag_CENTER \addindex "\<CENTER\>"\<CENTER\></tt></td><td valign="top">starts a section of centered text.</td></tr>
42 <tr><td valign="top"><tt>\anchor htmltag_endCENTER \addindex "\</CENTER\>"\</CENTER\></tt></td><td valign="top">ends a section of centered text.</td></tr>
43 <tr><td valign="top"><tt>\anchor htmltag_CAPTION \addindex "\<CAPTION\>"\<CAPTION\></tt></td><td valign="top">Starts a caption. Use within a table only.</td></tr>
44 <tr><td valign="top"><tt>\anchor htmltag_endCAPTION \addindex "\</CAPTION\>"\</CAPTION\></tt></td><td valign="top">Ends a caption. Use within a table only.</td></tr>
45 <tr><td valign="top"><tt>\anchor htmltag_CITE \addindex "\<CITE\>"\<CITE\></tt></td><td valign="top">Starts a section of text displayed in a font specific for citations.</td></tr>
46 <tr><td valign="top"><tt>\anchor htmltag_endCITE \addindex "\</CITE\>"\</CITE\></tt></td><td valign="top">Ends a \ref htmltag_CITE "\<CITE\>" section.</td></tr>
47 <tr><td valign="top"><tt>\anchor htmltag_CODE \addindex "\<CODE\>"\<CODE\></tt></td><td valign="top">Starts a piece of text displayed in a typewriter font.</td></tr>
48                        Note that only for C# code, this command is equivalent to
49                        \ref cmdcode "\\code" (see \ref xmltag_code "\<code\>").</td></tr>
50 <tr><td valign="top"><tt>\anchor htmltag_endCODE \addindex "\</CODE\>"\</CODE\></tt></td><td valign="top">Ends a \ref htmltag_CODE "\<CODE\>" section.
51                        Note that only for C# code, this command is equivalent to
52                        \ref cmdendcode "\\endcode" (see \ref xmltag_code "\<code\>").</td></tr>
53 <tr><td valign="top"><tt>\anchor htmltag_DD \addindex "\<DD\>"\<DD\></tt></td><td valign="top">Starts an item description.</td></tr>
54 <tr><td valign="top"><tt>\anchor htmltag_endDD \addindex "\</DD\>"\</DD\></tt></td><td valign="top">Ends an item description.</td></tr>
55 <tr><td valign="top"><tt>\anchor htmltag_DEL \addindex "\<DEL\>"\<DEL\></tt></td><td valign="top">Starts a section of deleted text, typically shown strike through text.</td></tr>
56 <tr><td valign="top"><tt>\anchor htmltag_endDEL \addindex "\</DEL\>"\</DEL\></tt></td><td valign="top">Ends a section of deleted text.</td></tr>
57 <tr><td valign="top"><tt>\anchor htmltag_DETAILS \addindex "\<DETAILS\>"\<DETAILS\></tt></td><td valign="top">Starts a section of detailed text that the user can open and close (in HTML output))</td></tr>
58 <tr><td valign="top"><tt>\anchor htmltag_endDETAILS \addindex "\</DETAILS\>"\</DETAILS\></tt></td><td valign="top">Ends a section of detailed text.</td></tr>
59 <tr><td valign="top"><tt>\anchor htmltag_DFN \addindex "\<DFN\>"\<DFN\></tt></td><td valign="top">Starts a piece of text displayed in a typewriter font.</td></tr>
60 <tr><td valign="top"><tt>\anchor htmltag_endDFN \addindex "\</DFN\>"\</DFN\></tt></td><td valign="top">Ends a \ref htmltag_DFN "\<DFN\>" section.</td></tr>
61 <tr><td valign="top"><tt>\anchor htmltag_DIV \addindex "\<DIV\>"\<DIV></tt></td><td valign="top">Starts a section with a specific style (HTML only)</td></tr>
62 <tr><td valign="top"><tt>\anchor htmltag_endDIV \addindex "\</DIV\>"\</DIV></tt></td><td valign="top">Ends a section with a specific style (HTML only)</td></tr>
63 <tr><td valign="top"><tt>\anchor htmltag_DL \addindex "\<DL\>"\<DL\></tt></td><td valign="top">Starts a description list.</td></tr>
64 <tr><td valign="top"><tt>\anchor htmltag_endDL \addindex "\</DL\>"\</DL\></tt></td><td valign="top">Ends a description list.</td></tr>
65 <tr><td valign="top"><tt>\anchor htmltag_DT \addindex "\<DT\>"\<DT\></tt></td><td valign="top">Starts an item title.</td></tr>
66 <tr><td valign="top"><tt>\anchor htmltag_endDT \addindex "\</DT\>"\</DT\></tt></td><td valign="top">Ends an item title.</td></tr>
67 <tr><td valign="top"><tt>\anchor htmltag_EM \addindex "\<EM\>"\<EM\></tt></td><td valign="top">Starts a piece of text displayed in an italic font.</td></tr>
68 <tr><td valign="top"><tt>\anchor htmltag_endEM \addindex "\</EM\>"\</EM\></tt></td><td valign="top">Ends a \ref htmltag_EM "\<EM\>" section.</td></tr>
69 <tr><td valign="top"><tt>\anchor htmltag_HR \addindex "\<HR\>"\<HR\></tt></td><td valign="top">Writes a horizontal ruler.</td></tr>
70 <tr><td valign="top"><tt>\anchor htmltag_H1 \addindex "\<H1\>"\<H1\></tt></td><td valign="top">Starts an unnumbered section.</td></tr>
71 <tr><td valign="top"><tt>\anchor htmltag_endH1 \addindex "\</H1\>"\</H1\></tt></td><td valign="top">Ends an unnumbered section.</td></tr>
72 <tr><td valign="top"><tt>\anchor htmltag_H2 \addindex "\<H2\>"\<H2\></tt></td><td valign="top">Starts an unnumbered subsection.</td></tr>
73 <tr><td valign="top"><tt>\anchor htmltag_endH2 \addindex "\</H2\>"\</H2\></tt></td><td valign="top">Ends an unnumbered subsection.</td></tr>
74 <tr><td valign="top"><tt>\anchor htmltag_H3 \addindex "\<H3\>"\<H3\></tt></td><td valign="top">Starts an unnumbered subsubsection.</td></tr></td></tr>
75 <tr><td valign="top"><tt>\anchor htmltag_endH3 \addindex "\</H3\>"\</H3\></tt></td><td valign="top">Ends an unnumbered subsubsection.</td></tr>
76 <tr><td valign="top"><tt>\anchor htmltag_H4 \addindex "\<H4\>"\<H4\></tt></td><td valign="top">Starts an unnumbered subsubsection.</td></tr>
77 <tr><td valign="top"><tt>\anchor htmltag_endH4 \addindex "\</H4\>"\</H4\></tt></td><td valign="top">Ends an unnumbered subsubsection.</td></tr>
78 <tr><td valign="top"><tt>\anchor htmltag_H5 \addindex "\<H5\>"\<H5\></tt></td><td valign="top">Starts an unnumbered subsubsection.</td></tr>
79 <tr><td valign="top"><tt>\anchor htmltag_endH5 \addindex "\</H5\>"\</H5\></tt></td><td valign="top">Ends an unnumbered subsubsection.</td></tr>
80 <tr><td valign="top"><tt>\anchor htmltag_H6 \addindex "\<H6\>"\<H6\></tt></td><td valign="top">Starts an unnumbered subsubsection.</td></tr>
81 <tr><td valign="top"><tt>\anchor htmltag_endH6 \addindex "\</H6\>"\</H6\></tt></td><td valign="top">Ends an unnumbered subsubsection.</td></tr>
82 <tr><td valign="top"><tt>\anchor htmltag_I \addindex "\<I\>"\<I\></tt></td><td valign="top">Starts a piece of text displayed in an italic font.</td></tr>
83 <tr><td valign="top"><tt>\anchor htmltag_endI \addindex "\</I\>"\</I\></tt></td><td valign="top">Ends a \ref htmltag_I "\<I\>" section.</td></tr>
84 <tr><td valign="top"><tt>\anchor htmltag_IMG \addindex "\<IMG SRC=\"...\"\>"\<IMG SRC="..." ...\></tt></td><td valign="top">This command is written with its attributes to the HTML output only. The SRC attribute is mandatory.</td></tr>
85 <tr><td valign="top"><tt>\anchor htmltag_INS \addindex "\<INS\>"\<INS\></tt></td><td valign="top">Starts a section of inserted text, typically shown as underlined text.</td></tr>
86 <tr><td valign="top"><tt>\anchor htmltag_endINS \addindex "\</INS\>"\</INS\></tt></td><td valign="top">Ends a section of inserted text.</td></tr>
87 <tr><td valign="top"><tt>\anchor htmltag_LI \addindex "\<LI\>"\<LI\></tt></td><td valign="top">Starts a new list item.</td></tr>
88 <tr><td valign="top"><tt>\anchor htmltag_endLI \addindex "\</LI\>"\</LI\></tt></td><td valign="top">Ends a list item.</td></tr>
89 <tr><td valign="top"><tt>\anchor htmltag_OL \addindex "\<OL\>"\<OL\></tt></td><td valign="top">Starts a numbered item list.</td></tr>
90 <tr><td valign="top"><tt>\anchor htmltag_endOL \addindex "\</OL\>"\</OL\></tt></td><td valign="top">Ends a numbered item list.</td></tr>
91 <tr><td valign="top"><tt>\anchor htmltag_P \addindex "\<P\>"\<P\></tt></td><td valign="top">Starts a new paragraph.</td></tr>
92 <tr><td valign="top"><tt>\anchor htmltag_endP \addindex "\</P\>"\</P\></tt></td><td valign="top">Ends a paragraph.</td></tr>
93 <tr><td valign="top"><tt>\anchor htmltag_PRE \addindex "\<PRE\>"\<PRE\></tt></td><td valign="top">Starts a preformatted fragment.</td></tr>
94 <tr><td valign="top"><tt>\anchor htmltag_endPRE \addindex "\</PRE\>"\</PRE\></tt></td><td valign="top">Ends a preformatted fragment.</td></tr>
95 <tr><td valign="top"><tt>\anchor htmltag_SMALL \addindex "\<SMALL\>"\<SMALL\></tt></td><td valign="top">Starts a section of text displayed in a smaller font.</td></tr>
96 <tr><td valign="top"><tt>\anchor htmltag_endSMALL \addindex "\</SMALL\>"\</SMALL\></tt></td><td valign="top">Ends a \ref htmltag_SMALL "\<SMALL\>" section.</td></tr>
97 <tr><td valign="top"><tt>\anchor htmltag_SPAN \addindex "\<SPAN\>"\<SPAN></tt></td><td valign="top">Starts an inline text fragment with a specific style (HTML only)</td></tr>
98 <tr><td valign="top"><tt>\anchor htmltag_endSPAN \addindex "\</SPAN\>"\</SPAN></tt></td><td valign="top">Ends an inline text fragment with a specific style (HTML only)</td></tr>
99 <tr><td valign="top"><tt>\anchor htmltag_S \addindex "\<S\>"\<S\></tt></td><td valign="top">Starts a section of strike through text.</td></tr>
100 <tr><td valign="top"><tt>\anchor htmltag_endS \addindex "\</S\>"\</S\></tt></td><td valign="top">Ends a section of strike through text.</td></tr>
101 <tr><td valign="top"><tt>\anchor htmltag_STRIKE \addindex "\<STRIKE\>"\<STRIKE\></tt></td><td valign="top">Starts a section of strike through text.</td></tr>
102 <tr><td valign="top"><tt>\anchor htmltag_endSTRIKE \addindex "\</STRIKE\>"\</STRIKE\></tt></td><td valign="top">Ends a section of strike through text.</td></tr>
103 <tr><td valign="top"><tt>\anchor htmltag_STRONG \addindex "\<STRONG\>"\<STRONG\></tt></td><td valign="top">Starts a section of bold text.</td></tr>
104 <tr><td valign="top"><tt>\anchor htmltag_endSTRONG \addindex "\</STRONG\>"\</STRONG\></tt></td><td valign="top">Ends a section of bold text.</td></tr>
105 <tr><td valign="top"><tt>\anchor htmltag_SUB \addindex "\<SUB\>"\<SUB\></tt></td><td valign="top">Starts a piece of text displayed in subscript.</td></tr>
106 <tr><td valign="top"><tt>\anchor htmltag_endSUB \addindex "\</SUB\>"\</SUB\></tt></td><td valign="top">Ends a \ref htmltag_SUB "\<SUB\>" section.</td></tr>
107 <tr><td valign="top"><tt>\anchor htmltag_SUP \addindex "\<SUP\>"\<SUP\></tt></td><td valign="top">Starts a piece of text displayed in superscript.</td></tr>
108 <tr><td valign="top"><tt>\anchor htmltag_endSUP \addindex "\</SUP\>"\</SUP\></tt></td><td valign="top">Ends a \ref htmltag_SUP "\<SUP\>" section.</td></tr>
109 <tr><td valign="top"><tt>\anchor htmltag_TABLE \addindex "\<TABLE\>"\<TABLE\></tt></td><td valign="top">starts a table.</td></tr>
110 <tr><td valign="top"><tt>\anchor htmltag_endTABLE \addindex "\</TABLE\>"\</TABLE\></tt></td><td valign="top">ends a table.</td></tr>
111 <tr><td valign="top"><tt>\anchor htmltag_TD \addindex "\<TD\>"\<TD\></tt></td><td valign="top">Starts a new table data element.</td></tr>
112 <tr><td valign="top"><tt>\anchor htmltag_endTD \addindex "\</TD\>"\</TD\></tt></td><td valign="top">Ends a table data element.</td></tr>
113 <tr><td valign="top"><tt>\anchor htmltag_TH \addindex "\<TH\>"\<TH\></tt></td><td valign="top">Starts a new table header.</td></tr>
114 <tr><td valign="top"><tt>\anchor htmltag_endTH \addindex "\</TH\>"\</TH\></tt></td><td valign="top">Ends a table header.</td></tr>
115 <tr><td valign="top"><tt>\anchor htmltag_TR \addindex "\<TR\>"\<TR\></tt></td><td valign="top">Starts a new table row.</td></tr>
116 <tr><td valign="top"><tt>\anchor htmltag_endTR \addindex "\</TR\>"\</TR\></tt></td><td valign="top">Ends a table row.</td></tr>
117 <tr><td valign="top"><tt>\anchor htmltag_TT \addindex "\<TT\>"\<TT\></tt></td><td valign="top">Starts a piece of text displayed in a typewriter font.</td></tr>
118 <tr><td valign="top"><tt>\anchor htmltag_endTT \addindex "\</TT\>"\</TT\></tt></td><td valign="top">Ends a \ref htmltag_TT "\<TT\>" section.</td></tr>
119 <tr><td valign="top"><tt>\anchor htmltag_KBD \addindex "\<KBD\>"\<KBD\></tt></td><td valign="top">Starts a piece of text displayed in a typewriter font.</td></tr>
120 <tr><td valign="top"><tt>\anchor htmltag_endKBD \addindex "\</KBD\>"\</KBD\></tt></td><td valign="top">Ends a \ref htmltag_KBD "\<KBD\>" section.</td></tr>
121 <tr><td valign="top"><tt>\anchor htmltag_U \addindex "\<U\>"\<U\></tt></td><td valign="top">Starts a section of underlined text.</td></tr>
122 <tr><td valign="top"><tt>\anchor htmltag_endU \addindex "\</U\>"\</U\></tt></td><td valign="top">Ends a section of underlined text.</td></tr>
123 <tr><td valign="top"><tt>\anchor htmltag_UL \addindex "\<UL\>"\<UL\></tt></td><td valign="top">Starts an unnumbered item list.</td></tr>
124 <tr><td valign="top"><tt>\anchor htmltag_endUL \addindex "\</UL\>"\</UL\></tt></td><td valign="top">Ends an unnumbered item list.</td></tr>
125 <tr><td valign="top"><tt>\anchor htmltag_VAR \addindex "\<VAR\>"\<VAR\></tt></td><td valign="top">Starts a piece of text displayed in an italic font.</td></tr>
126 <tr><td valign="top"><tt>\anchor htmltag_endVAR \addindex "\</VAR\>"\</VAR\></tt></td><td valign="top">Ends a \ref htmltag_VAR "\<VAR\>" section.</td></tr>
127 </table>
128
129 Finally, to put invisible comments inside comment blocks, HTML style
130 comments can be used:
131 \verbatim
132 /*! <!-- This is a comment with a comment block --> Visible text */
133 \endverbatim
134 The part `<!-- ... -->` will not be shown in the main documentation.
135
136
137
138 \section htmlentities HTML4 character entities
139
140 The list of special HTML4 character entities with their descriptions has been taken from: <a href="http://www.w3.org/TR/html4/sgml/entities.html">Character entity references in HTML 4</a>.
141 ( Portions &copy; International Organization for Standardization 1986
142   Permission to copy in any form is granted for use with
143   conforming SGML systems and applications as defined in
144   ISO 8879, provided this notice is included in all copies.)
145 | Entity | &nbsp; | Description |
146 | :----- | :----- | :---------- |
147 | <tt>\&nbsp;</tt> | &nbsp; | no-break space = non-breaking space |
148 | <tt>\&iexcl;</tt> | &iexcl; | inverted exclamation mark |
149 | <tt>\&cent;</tt> | &cent; | cent sign |
150 | <tt>\&pound;</tt> | &pound; | pound sign |
151 | <tt>\&curren;</tt> | &curren; | currency sign |
152 | <tt>\&yen;</tt> | &yen; | yen sign = yuan sign |
153 | <tt>\&brvbar;</tt> | &brvbar; | broken bar = broken vertical bar |
154 | <tt>\&sect;</tt> | &sect; | section sign |
155 | <tt>\&uml;</tt> | &uml; | diaeresis = spacing diaeresis |
156 | <tt>\&copy;</tt> | &copy; | copyright sign |
157 | <tt>\&ordf;</tt> | &ordf; | feminine ordinal indicator |
158 | <tt>\&laquo;</tt> | &laquo; | left-pointing double angle quotation mark = left pointing guillemet |
159 | <tt>\&not;</tt> | &not; | not sign |
160 | <tt>\&shy;</tt> | &shy; | soft hyphen = discretionary hyphen |
161 | <tt>\&reg;</tt> | &reg; | registered sign = registered trade mark sign |
162 | <tt>\&macr;</tt> | &macr; | macron = spacing macron = overline = APL overbar |
163 | <tt>\&deg;</tt> | &deg; | degree sign |
164 | <tt>\&plusmn;</tt> | &plusmn; | plus-minus sign = plus-or-minus sign |
165 | <tt>\&sup2;</tt> | &sup2; | superscript two = superscript digit two = squared |
166 | <tt>\&sup3;</tt> | &sup3; | superscript three = superscript digit three = cubed |
167 | <tt>\&acute;</tt> | &acute; | acute accent = spacing acute |
168 | <tt>\&micro;</tt> | &micro; | micro sign |
169 | <tt>\&para;</tt> | &para; | pilcrow sign = paragraph sign |
170 | <tt>\&middot;</tt> | &middot; | middle dot = Georgian comma = Greek middle dot |
171 | <tt>\&cedil;</tt> | &cedil; | cedilla = spacing cedilla |
172 | <tt>\&sup1;</tt> | &sup1; | superscript one = superscript digit one |
173 | <tt>\&ordm;</tt> | &ordm; | masculine ordinal indicator |
174 | <tt>\&raquo;</tt> | &raquo; | right-pointing double angle quotation mark = right pointing guillemet |
175 | <tt>\&frac14;</tt> | &frac14; | vulgar fraction one quarter = fraction one quarter |
176 | <tt>\&frac12;</tt> | &frac12; | vulgar fraction one half = fraction one half |
177 | <tt>\&frac34;</tt> | &frac34; | vulgar fraction three quarters = fraction three quarters |
178 | <tt>\&iquest;</tt> | &iquest; | inverted question mark = turned question mark |
179 | <tt>\&Agrave;</tt> | &Agrave; | latin capital letter A with grave = latin capital letter A grave |
180 | <tt>\&Aacute;</tt> | &Aacute; | latin capital letter A with acute |
181 | <tt>\&Acirc;</tt> | &Acirc; | latin capital letter A with circumflex |
182 | <tt>\&Atilde;</tt> | &Atilde; | latin capital letter A with tilde |
183 | <tt>\&Auml;</tt> | &Auml; | latin capital letter A with diaeresis |
184 | <tt>\&Aring;</tt> | &Aring; | latin capital letter A with ring above = latin capital letter A ring |
185 | <tt>\&AElig;</tt> | &AElig; | latin capital letter AE = latin capital ligature AE |
186 | <tt>\&Ccedil;</tt> | &Ccedil; | latin capital letter C with cedilla |
187 | <tt>\&Egrave;</tt> | &Egrave; | latin capital letter E with grave |
188 | <tt>\&Eacute;</tt> | &Eacute; | latin capital letter E with acute |
189 | <tt>\&Ecirc;</tt> | &Ecirc; | latin capital letter E with circumflex |
190 | <tt>\&Euml;</tt> | &Euml; | latin capital letter E with diaeresis |
191 | <tt>\&Igrave;</tt> | &Igrave; | latin capital letter I with grave |
192 | <tt>\&Iacute;</tt> | &Iacute; | latin capital letter I with acute |
193 | <tt>\&Icirc;</tt> | &Icirc; | latin capital letter I with circumflex |
194 | <tt>\&Iuml;</tt> | &Iuml; | latin capital letter I with diaeresis |
195 | <tt>\&ETH;</tt> | &ETH; | latin capital letter ETH |
196 | <tt>\&Ntilde;</tt> | &Ntilde; | latin capital letter N with tilde |
197 | <tt>\&Ograve;</tt> | &Ograve; | latin capital letter O with grave |
198 | <tt>\&Oacute;</tt> | &Oacute; | latin capital letter O with acute |
199 | <tt>\&Ocirc;</tt> | &Ocirc; | latin capital letter O with circumflex |
200 | <tt>\&Otilde;</tt> | &Otilde; | latin capital letter O with tilde |
201 | <tt>\&Ouml;</tt> | &Ouml; | latin capital letter O with diaeresis |
202 | <tt>\&times;</tt> | &times; | multiplication sign |
203 | <tt>\&Oslash;</tt> | &Oslash; | latin capital letter O with stroke = latin capital letter O slash |
204 | <tt>\&Ugrave;</tt> | &Ugrave; | latin capital letter U with grave |
205 | <tt>\&Uacute;</tt> | &Uacute; | latin capital letter U with acute |
206 | <tt>\&Ucirc;</tt> | &Ucirc; | latin capital letter U with circumflex |
207 | <tt>\&Uuml;</tt> | &Uuml; | latin capital letter U with diaeresis |
208 | <tt>\&Yacute;</tt> | &Yacute; | latin capital letter Y with acute |
209 | <tt>\&THORN;</tt> | &THORN; | latin capital letter THORN |
210 | <tt>\&szlig;</tt> | &szlig; | latin small letter sharp s = ess-zed |
211 | <tt>\&agrave;</tt> | &agrave; | latin small letter a with grave = latin small letter a grave |
212 | <tt>\&aacute;</tt> | &aacute; | latin small letter a with acute |
213 | <tt>\&acirc;</tt> | &acirc; | latin small letter a with circumflex |
214 | <tt>\&atilde;</tt> | &atilde; | latin small letter a with tilde |
215 | <tt>\&auml;</tt> | &auml; | latin small letter a with diaeresis |
216 | <tt>\&aring;</tt> | &aring; | latin small letter a with ring above = latin small letter a ring |
217 | <tt>\&aelig;</tt> | &aelig; | latin small letter ae = latin small ligature ae |
218 | <tt>\&ccedil;</tt> | &ccedil; | latin small letter c with cedilla |
219 | <tt>\&egrave;</tt> | &egrave; | latin small letter e with grave |
220 | <tt>\&eacute;</tt> | &eacute; | latin small letter e with acute |
221 | <tt>\&ecirc;</tt> | &ecirc; | latin small letter e with circumflex |
222 | <tt>\&euml;</tt> | &euml; | latin small letter e with diaeresis |
223 | <tt>\&igrave;</tt> | &igrave; | latin small letter i with grave |
224 | <tt>\&iacute;</tt> | &iacute; | latin small letter i with acute |
225 | <tt>\&icirc;</tt> | &icirc; | latin small letter i with circumflex |
226 | <tt>\&iuml;</tt> | &iuml; | latin small letter i with diaeresis |
227 | <tt>\&eth;</tt> | &eth; | latin small letter eth |
228 | <tt>\&ntilde;</tt> | &ntilde; | latin small letter n with tilde |
229 | <tt>\&ograve;</tt> | &ograve; | latin small letter o with grave |
230 | <tt>\&oacute;</tt> | &oacute; | latin small letter o with acute |
231 | <tt>\&ocirc;</tt> | &ocirc; | latin small letter o with circumflex |
232 | <tt>\&otilde;</tt> | &otilde; | latin small letter o with tilde |
233 | <tt>\&ouml;</tt> | &ouml; | latin small letter o with diaeresis |
234 | <tt>\&divide;</tt> | &divide; | division sign |
235 | <tt>\&oslash;</tt> | &oslash; | latin small letter o with stroke, = latin small letter o slash |
236 | <tt>\&ugrave;</tt> | &ugrave; | latin small letter u with grave |
237 | <tt>\&uacute;</tt> | &uacute; | latin small letter u with acute |
238 | <tt>\&ucirc;</tt> | &ucirc; | latin small letter u with circumflex |
239 | <tt>\&uuml;</tt> | &uuml; | latin small letter u with diaeresis |
240 | <tt>\&yacute;</tt> | &yacute; | latin small letter y with acute |
241 | <tt>\&thorn;</tt> | &thorn; | latin small letter thorn |
242 | <tt>\&yuml;</tt> | &yuml; | latin small letter y with diaeresis |
243 | <tt>\&fnof;</tt> | &fnof; | latin small f with hook = function = florin |
244 | <tt>\&Alpha;</tt> | &Alpha; | greek capital letter alpha |
245 | <tt>\&Beta;</tt> | &Beta; | greek capital letter beta |
246 | <tt>\&Gamma;</tt> | &Gamma; | greek capital letter gamma |
247 | <tt>\&Delta;</tt> | &Delta; | greek capital letter delta |
248 | <tt>\&Epsilon;</tt> | &Epsilon; | greek capital letter epsilon |
249 | <tt>\&Zeta;</tt> | &Zeta; | greek capital letter zeta |
250 | <tt>\&Eta;</tt> | &Eta; | greek capital letter eta |
251 | <tt>\&Theta;</tt> | &Theta; | greek capital letter theta |
252 | <tt>\&Iota;</tt> | &Iota; | greek capital letter iota |
253 | <tt>\&Kappa;</tt> | &Kappa; | greek capital letter kappa |
254 | <tt>\&Lambda;</tt> | &Lambda; | greek capital letter lambda |
255 | <tt>\&Mu;</tt> | &Mu; | greek capital letter mu |
256 | <tt>\&Nu;</tt> | &Nu; | greek capital letter nu |
257 | <tt>\&Xi;</tt> | &Xi; | greek capital letter xi |
258 | <tt>\&Omicron;</tt> | &Omicron; | greek capital letter omicron |
259 | <tt>\&Pi;</tt> | &Pi; | greek capital letter pi |
260 | <tt>\&Rho;</tt> | &Rho; | greek capital letter rho |
261 | <tt>\&Sigma;</tt> | &Sigma; | greek capital letter sigma |
262 | <tt>\&Tau;</tt> | &Tau; | greek capital letter tau |
263 | <tt>\&Upsilon;</tt> | &Upsilon; | greek capital letter upsilon |
264 | <tt>\&Phi;</tt> | &Phi; | greek capital letter phi |
265 | <tt>\&Chi;</tt> | &Chi; | greek capital letter chi |
266 | <tt>\&Psi;</tt> | &Psi; | greek capital letter psi |
267 | <tt>\&Omega;</tt> | &Omega; | greek capital letter omega |
268 | <tt>\&alpha;</tt> | &alpha; | greek small letter alpha |
269 | <tt>\&beta;</tt> | &beta; | greek small letter beta |
270 | <tt>\&gamma;</tt> | &gamma; | greek small letter gamma |
271 | <tt>\&delta;</tt> | &delta; | greek small letter delta |
272 | <tt>\&epsilon;</tt> | &epsilon; | greek small letter epsilon |
273 | <tt>\&zeta;</tt> | &zeta; | greek small letter zeta |
274 | <tt>\&eta;</tt> | &eta; | greek small letter eta |
275 | <tt>\&theta;</tt> | &theta; | greek small letter theta |
276 | <tt>\&iota;</tt> | &iota; | greek small letter iota |
277 | <tt>\&kappa;</tt> | &kappa; | greek small letter kappa |
278 | <tt>\&lambda;</tt> | &lambda; | greek small letter lambda |
279 | <tt>\&mu;</tt> | &mu; | greek small letter mu |
280 | <tt>\&nu;</tt> | &nu; | greek small letter nu |
281 | <tt>\&xi;</tt> | &xi; | greek small letter xi |
282 | <tt>\&omicron;</tt> | &omicron; | greek small letter omicron |
283 | <tt>\&pi;</tt> | &pi; | greek small letter pi |
284 | <tt>\&rho;</tt> | &rho; | greek small letter rho |
285 | <tt>\&sigmaf;</tt> | &sigmaf; | greek small letter final sigma |
286 | <tt>\&sigma;</tt> | &sigma; | greek small letter sigma |
287 | <tt>\&tau;</tt> | &tau; | greek small letter tau |
288 | <tt>\&upsilon;</tt> | &upsilon; | greek small letter upsilon |
289 | <tt>\&phi;</tt> | &phi; | greek small letter phi |
290 | <tt>\&chi;</tt> | &chi; | greek small letter chi |
291 | <tt>\&psi;</tt> | &psi; | greek small letter psi |
292 | <tt>\&omega;</tt> | &omega; | greek small letter omega |
293 | <tt>\&thetasym;</tt> | &thetasym; | greek small letter theta symbol |
294 | <tt>\&upsih;</tt> | &upsih; | greek upsilon with hook symbol |
295 | <tt>\&piv;</tt> | &piv; | greek pi symbol |
296 | <tt>\&bull;</tt> | &bull; | bullet = black small circle |
297 | <tt>\&hellip;</tt> | &hellip; | horizontal ellipsis = three dot leader |
298 | <tt>\&prime;</tt> | &prime; | prime = minutes = feet |
299 | <tt>\&Prime;</tt> | &Prime; | double prime = seconds = inches |
300 | <tt>\&oline;</tt> | &oline; | overline = spacing overscore |
301 | <tt>\&frasl;</tt> | &frasl; | fraction slash |
302 | <tt>\&weierp;</tt> | &weierp; | script capital P = power set = Weierstrass p |
303 | <tt>\&image;</tt> | &image; | blackletter capital I = imaginary part |
304 | <tt>\&real;</tt> | &real; | blackletter capital R = real part symbol |
305 | <tt>\&trade;</tt> | &trade; | trade mark sign |
306 | <tt>\&alefsym;</tt> | &alefsym; | alef symbol = first transfinite cardinal |
307 | <tt>\&larr;</tt> | &larr; | leftwards arrow |
308 | <tt>\&uarr;</tt> | &uarr; | upwards arrow |
309 | <tt>\&rarr;</tt> | &rarr; | rightwards arrow |
310 | <tt>\&darr;</tt> | &darr; | downwards arrow |
311 | <tt>\&harr;</tt> | &harr; | left right arrow |
312 | <tt>\&crarr;</tt> | &crarr; | downwards arrow with corner leftwards = carriage return |
313 | <tt>\&lArr;</tt> | &lArr; | leftwards double arrow |
314 | <tt>\&uArr;</tt> | &uArr; | upwards double arrow |
315 | <tt>\&rArr;</tt> | &rArr; | rightwards double arrow |
316 | <tt>\&dArr;</tt> | &dArr; | downwards double arrow |
317 | <tt>\&hArr;</tt> | &hArr; | left right double arrow |
318 | <tt>\&forall;</tt> | &forall; | for all |
319 | <tt>\&part;</tt> | &part; | partial differential |
320 | <tt>\&exist;</tt> | &exist; | there exists |
321 | <tt>\&empty;</tt> | &empty; | empty set = null set = diameter |
322 | <tt>\&nabla;</tt> | &nabla; | nabla = backward difference |
323 | <tt>\&isin;</tt> | &isin; | element of |
324 | <tt>\&notin;</tt> | &notin; | not an element of |
325 | <tt>\&ni;</tt> | &ni; | contains as member |
326 | <tt>\&prod;</tt> | &prod; | n-ary product = product sign |
327 | <tt>\&sum;</tt> | &sum; | n-ary summation |
328 | <tt>\&minus;</tt> | &minus; | minus sign |
329 | <tt>\&lowast;</tt> | &lowast; | asterisk operator |
330 | <tt>\&radic;</tt> | &radic; | square root = radical sign |
331 | <tt>\&prop;</tt> | &prop; | proportional to |
332 | <tt>\&infin;</tt> | &infin; | infinity |
333 | <tt>\&ang;</tt> | &ang; | angle |
334 | <tt>\&and;</tt> | &and; | logical and = wedge |
335 | <tt>\&or;</tt> | &or; | logical or = vee |
336 | <tt>\&cap;</tt> | &cap; | intersection = cap |
337 | <tt>\&cup;</tt> | &cup; | union = cup |
338 | <tt>\&int;</tt> | &int; | integral |
339 | <tt>\&there4;</tt> | &there4; | therefore |
340 | <tt>\&sim;</tt> | &sim; | tilde operator = varies with = similar to |
341 | <tt>\&cong;</tt> | &cong; | approximately equal to |
342 | <tt>\&asymp;</tt> | &asymp; | almost equal to = asymptotic to |
343 | <tt>\&ne;</tt> | &ne; | not equal to |
344 | <tt>\&equiv;</tt> | &equiv; | identical to |
345 | <tt>\&le;</tt> | &le; | less-than or equal to |
346 | <tt>\&ge;</tt> | &ge; | greater-than or equal to |
347 | <tt>\&sub;</tt> | &sub; | subset of |
348 | <tt>\&sup;</tt> | &sup; | superset of |
349 | <tt>\&nsub;</tt> | &nsub; | not a subset of |
350 | <tt>\&sube;</tt> | &sube; | subset of or equal to |
351 | <tt>\&supe;</tt> | &supe; | superset of or equal to |
352 | <tt>\&oplus;</tt> | &oplus; | circled plus = direct sum |
353 | <tt>\&otimes;</tt> | &otimes; | circled times = vector product |
354 | <tt>\&perp;</tt> | &perp; | up tack = orthogonal to = perpendicular |
355 | <tt>\&sdot;</tt> | &sdot; | dot operator |
356 | <tt>\&lceil;</tt> | &lceil; | left ceiling = apl upstile |
357 | <tt>\&rceil;</tt> | &rceil; | right ceiling |
358 | <tt>\&lfloor;</tt> | &lfloor; | left floor = apl downstile |
359 | <tt>\&rfloor;</tt> | &rfloor; | right floor |
360 | <tt>\&lang;</tt> | &lang; | left-pointing angle bracket = bra |
361 | <tt>\&rang;</tt> | &rang; | right-pointing angle bracket = ket |
362 | <tt>\&loz;</tt> | &loz; | lozenge |
363 | <tt>\&spades;</tt> | &spades; | black spade suit |
364 | <tt>\&clubs;</tt> | &clubs; | black club suit = shamrock |
365 | <tt>\&hearts;</tt> | &hearts; | black heart suit = valentine |
366 | <tt>\&diams;</tt> | &diams; | black diamond suit |
367 | <tt>\&quot;</tt> | &quot; | quotation mark = APL quote |
368 | <tt>\&amp;</tt> | &amp; | ampersand |
369 | <tt>\&lt;</tt> | &lt; | less-than sign |
370 | <tt>\&gt;</tt> | &gt; | greater-than sign |
371 | <tt>\&OElig;</tt> | &OElig; | latin capital ligature OE |
372 | <tt>\&oelig;</tt> | &oelig; | latin small ligature oe |
373 | <tt>\&Scaron;</tt> | &Scaron; | latin capital letter S with caron |
374 | <tt>\&scaron;</tt> | &scaron; | latin small letter s with caron |
375 | <tt>\&Yuml;</tt> | &Yuml; | latin capital letter Y with diaeresis |
376 | <tt>\&circ;</tt> | &circ; | modifier letter circumflex accent |
377 | <tt>\&tilde;</tt> | &tilde; | small tilde |
378 | <tt>\&ensp;</tt> | &ensp; | en space |
379 | <tt>\&emsp;</tt> | &emsp; | em space |
380 | <tt>\&thinsp;</tt> | &thinsp; | thin space |
381 | <tt>\&zwnj;</tt> | &zwnj; | zero width non-joiner |
382 | <tt>\&zwj;</tt> | &zwj; | zero width joiner |
383 | <tt>\&lrm;</tt> | &lrm; | left-to-right mark |
384 | <tt>\&rlm;</tt> | &rlm; | right-to-left mark |
385 | <tt>\&ndash;</tt> | &ndash; | en dash |
386 | <tt>\&mdash;</tt> | &mdash; | em dash |
387 | <tt>\&lsquo;</tt> | &lsquo; | left single quotation mark |
388 | <tt>\&rsquo;</tt> | &rsquo; | right single quotation mark |
389 | <tt>\&sbquo;</tt> | &sbquo; | single low-9 quotation mark |
390 | <tt>\&ldquo;</tt> | &ldquo; | left double quotation mark |
391 | <tt>\&rdquo;</tt> | &rdquo; | right double quotation mark |
392 | <tt>\&bdquo;</tt> | &bdquo; | double low-9 quotation mark |
393 | <tt>\&dagger;</tt> | &dagger; | dagger |
394 | <tt>\&Dagger;</tt> | &Dagger; | double dagger |
395 | <tt>\&permil;</tt> | &permil; | per mille sign |
396 | <tt>\&lsaquo;</tt> | &lsaquo; | single left-pointing angle quotation mark |
397 | <tt>\&rsaquo;</tt> | &rsaquo; | single right-pointing angle quotation mark |
398 | <tt>\&euro;</tt> | &euro; | euro sign |
399 | **Doxygen extensions:** |||
400 | <tt>\&tm;</tt> | &tm; | trade mark sign |
401 | <tt>\&apos;</tt> | &apos; | apostrophe|
402
403 \htmlonly
404 <br/>
405 Go to the <a href="xmlcmds.html">next</a> section or return to the
406  <a href="index.html">index</a>.
407 \endhtmlonly
408
409 */