/usr/share/doc/doxygen/html/htmlcmds.html is in doxygen-doc 1.8.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 | <!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"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>Doxygen: 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);
$(window).load(resizeHeight);
</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! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Doxygen
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</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 <code>HREF</code> and <code>NAME</code> attributes for the <code>A</code> tag are the only exception).</p>
<ul>
<li>
<code><A HREF="..."></code> Starts a hyperlink (if supported by the output format). </li>
<li>
<code><A NAME="..."></code> Starts an named anchor (if supported by the output format). </li>
<li>
<code></A></code> Ends a link or anchor </li>
<li>
<code><B></code> Starts a piece of text displayed in a bold font. </li>
<li>
<code></B></code> Ends a <code><B></code> section. </li>
<li>
<code><BLOCKQUOTE></code> Starts a quotation block. </li>
<li>
<code></BLOCKQUOTE></code> Ends the quotation block. </li>
<li>
<code><BODY></code> Does not generate any output. </li>
<li>
<code></BODY></code> Does not generate any output. </li>
<li>
<code><BR></code> Forces a line break. </li>
<li>
<code><CENTER></code> starts a section of centered text. </li>
<li>
<code></CENTER></code> ends a section of centered text. </li>
<li>
<code><CAPTION></code> Starts a caption. Use within a table only. </li>
<li>
<code></CAPTION></code> Ends a caption. Use within a table only. </li>
<li>
<code><CODE></code> Starts a piece of text displayed in a typewriter font. Note that only for C# code, this command is equivalent to <a class="el" href="commands.html#cmdcode">\code</a>. </li>
<li>
<code></CODE></code> Ends a <code><CODE></code> section. Note that only for C# code, this command is equivalent to <a class="el" href="commands.html#cmdendcode">\endcode</a>. </li>
<li>
<code><DD></code> Starts an item description. </li>
<li>
<code></DD></code> Ends an item description. </li>
<li>
<code><DFN></code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code></DFN></code> Ends a <code><DFN></code> section. </li>
<li>
<code><DIV></code> Starts a section with a specific style (HTML only) </li>
<li>
<code></DIV></code> Ends a section with a specific style (HTML only) </li>
<li>
<code><DL></code> Starts a description list. </li>
<li>
<code></DL></code> Ends a description list. </li>
<li>
<code><DT></code> Starts an item title. </li>
<li>
<code></DT></code> Ends an item title. </li>
<li>
<code><EM></code> Starts a piece of text displayed in an italic font. </li>
<li>
<code></EM></code> Ends a <code><EM></code> section. </li>
<li>
<code><FORM></code> Does not generate any output. </li>
<li>
<code></FORM></code> Does not generate any output. </li>
<li>
<code><HR></code> Writes a horizontal ruler. </li>
<li>
<code><H1></code> Starts an unnumbered section. </li>
<li>
<code></H1></code> Ends an unnumbered section. </li>
<li>
<code><H2></code> Starts an unnumbered subsection. </li>
<li>
<code></H2></code> Ends an unnumbered subsection. </li>
<li>
<code><H3></code> Starts an unnumbered subsubsection. </li>
<li>
<code></H3></code> Ends an unnumbered subsubsection. </li>
<li>
<code><I></code> Starts a piece of text displayed in an italic font. </li>
<li>
<code><INPUT></code> Does not generate any output. </li>
<li>
<code></I></code> Ends a <code><I></code> section. </li>
<li>
<code><IMG></code> This command is written with attributes to the HTML output only. </li>
<li>
<code><LI></code> Starts a new list item. </li>
<li>
<code></LI></code> Ends a list item. </li>
<li>
<code><META></code> Does not generate any output. </li>
<li>
<code><MULTICOL></code> ignored by doxygen. </li>
<li>
<code></MUTLICOL></code> ignored by doxygen. </li>
<li>
<code><OL></code> Starts a numbered item list. </li>
<li>
<code></OL></code> Ends a numbered item list. </li>
<li>
<code><P></code> Starts a new paragraph. </li>
<li>
<code></P></code> Ends a paragraph. </li>
<li>
<code><PRE></code> Starts a preformatted fragment. </li>
<li>
<code></PRE></code> Ends a preformatted fragment. </li>
<li>
<code><SMALL></code> Starts a section of text displayed in a smaller font. </li>
<li>
<code></SMALL></code> Ends a <code><SMALL></code> section. </li>
<li>
<code><SPAN></code> Starts an inline text fragment with a specific style (HTML only) </li>
<li>
<code></SPAN></code> Ends an inline text fragment with a specific style (HTML only) </li>
<li>
<code><STRONG></code> Starts a section of bold text. </li>
<li>
<code></STRONG></code> Ends a section of bold text. </li>
<li>
<code><SUB></code> Starts a piece of text displayed in subscript. </li>
<li>
<code></SUB></code> Ends a <code><SUB></code> section. </li>
<li>
<code><SUP></code> Starts a piece of text displayed in superscript. </li>
<li>
<code></SUP></code> Ends a <code><SUP></code> section. </li>
<li>
<code><TABLE></code> starts a table. </li>
<li>
<code></TABLE></code> ends a table. </li>
<li>
<code><TD></code> Starts a new table data element. </li>
<li>
<code></TD></code> Ends a table data element. </li>
<li>
<code><TH></code> Starts a new table header. </li>
<li>
<code></TH></code> Ends a table header. </li>
<li>
<code><TR></code> Starts a new table row. </li>
<li>
<code></TR></code> Ends a table row. </li>
<li>
<code><TT></code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code></TT></code> Ends a <code><TT></code> section. </li>
<li>
<code><KBD></code> Starts a piece of text displayed in a typewriter font. </li>
<li>
<code></KBD></code> Ends a <code><KBD></code> section. </li>
<li>
<code><UL></code> Starts an unnumbered item list. </li>
<li>
<code></UL></code> Ends an unnumbered item list. </li>
<li>
<code><VAR></code> Starts a piece of text displayed in an italic font. </li>
<li>
<code></VAR></code> Ends a <code><VAR></code> section. </li>
</ul>
<p>The special HTML character entities that are recognized by Doxygen:</p>
<ul>
<li>
<code>&copy;</code> the copyright symbol </li>
<li>
<code>&trade;</code> the trade mark symbol </li>
<li>
<code>&reg;</code> the registered trade mark symbol </li>
<li>
<code>&lt;</code> less-than symbol </li>
<li>
<code>&gt;</code> greater-than symbol </li>
<li>
<code>&amp;</code> ampersand </li>
<li>
<code>&apos;</code> single quotation mark (straight) </li>
<li>
<code>&quot;</code> double quotation mark (straight) </li>
<li>
<code>&lsquo;</code> left single quotation mark </li>
<li>
<code>&rsquo;</code> right single quotation mark </li>
<li>
<code>&ldquo;</code> left double quotation mark </li>
<li>
<code>&rdquo;</code> right double quotation mark </li>
<li>
<code>&ndash;</code> n-dash (for numeric ranges, e.g. 2–8) </li>
<li>
<code>&mdash;</code> m-dash (for parenthetical punctuation — like this) </li>
<li>
<code>&?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 ä). </li>
<li>
<code>&?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 á). </li>
<li>
<code>&?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 à). </li>
<li>
<code>&?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 â). </li>
<li>
<code>&?tilde;</code> where ? is one of {A,N,O,a,n,o}, writes a character with a tilde accent (like ã). </li>
<li>
<code>&szlig;</code> write a sharp s (i.e. ß) to the output. </li>
<li>
<code>&?cedil;</code> where ? is one of {c,C}, writes a c-cedille (like ç). </li>
<li>
<code>&?ring;</code> where ? is one of {a,A}, writes an <code>a</code> with a ring (like å). </li>
<li>
<code>&nbsp;</code> a non breakable space. </li>
<li>
<code>&Gamma;</code> Greek letter Gamma Γ. </li>
<li>
<code>&Delta;</code> Greek letter Delta Δ. </li>
<li>
<code>&Theta;</code> Greek letter Theta Θ. </li>
<li>
<code>&Lambda;</code> Greek letter Lambda Λ. </li>
<li>
<code>&Xi;</code> Greek letter Xi Ξ. </li>
<li>
<code>&Pi;</code> Greek letter Pi Π. </li>
<li>
<code>&Sigma;</code> Greek letter Sigma Σ. </li>
<li>
<code>&Upsilon;</code> Greek letter Upsilon Υ. </li>
<li>
<code>&Phi;</code> Greek letter Phi Φ. </li>
<li>
<code>&Psi;</code> Greek letter Psi Ψ. </li>
<li>
<code>&Omega;</code> Greek letter Omega Ω. </li>
<li>
<code>&alpha;</code> Greek letter alpha α. </li>
<li>
<code>&beta;</code> Greek letter beta β. </li>
<li>
<code>&gamma;</code> Greek letter gamma γ. </li>
<li>
<code>&delta;</code> Greek letter delta δ. </li>
<li>
<code>&epsilon;</code> Greek letter epsilon ε. </li>
<li>
<code>&zeta;</code> Greek letter zeta ζ. </li>
<li>
<code>&eta;</code> Greek letter eta η. </li>
<li>
<code>&theta;</code> Greek letter theta θ. </li>
<li>
<code>&iota;</code> Greek letter iota ι. </li>
<li>
<code>&kappa;</code> Greek letter kappa κ. </li>
<li>
<code>&lambda;</code> Greek letter lambda λ. </li>
<li>
<code>&mu;</code> Greek letter mu μ. </li>
<li>
<code>&nu;</code> Greek letter nu ν. </li>
<li>
<code>&xi;</code> Greek letter xi ξ. </li>
<li>
<code>&pi;</code> Greek letter pi π. </li>
<li>
<code>&rho;</code> Greek letter rho ρ. </li>
<li>
<code>&sigma;</code> Greek letter sigma σ. </li>
<li>
<code>&tau;</code> Greek letter tau τ. </li>
<li>
<code>&upsilon;</code> Greek letter upsilon υ. </li>
<li>
<code>&phi;</code> Greek letter phi φ. </li>
<li>
<code>&chi;</code> Greek letter chi χ. </li>
<li>
<code>&psi;</code> Greek letter psi ψ. </li>
<li>
<code>&omega;</code> Greek letter omega ω. </li>
<li>
<code>&sigmaf;</code> Greek final sigma ς. </li>
<li>
<code>&sect;</code> section sign §. </li>
<li>
<code>&deg;</code> degree °. </li>
<li>
<code>&prime;</code> prime ′. </li>
<li>
<code>&Prime;</code> double prime ″. </li>
<li>
<code>&infin;</code> infinity ∞. </li>
<li>
<code>&empty;</code> empty set ∅. </li>
<li>
<code>&plusmn;</code> plus or minus ±. </li>
<li>
<code>&times;</code> multiplication sign ×. </li>
<li>
<code>&minus;</code> minus sign −. </li>
<li>
<code>&sdot;</code> centered dot ⋅. </li>
<li>
<code>&part;</code> partial derivative ∂. </li>
<li>
<code>&nabla;</code> nabla symbol ∇. </li>
<li>
<code>&radic;</code> square root √. </li>
<li>
<code>&perp;</code> perpendicular symbol ⊥. </li>
<li>
<code>&sum;</code> sum ∑. </li>
<li>
<code>&int;</code> integral ∫. </li>
<li>
<code>&prod;</code> product ∏. </li>
<li>
<code>&sim;</code> similar to ∼. </li>
<li>
<code>&asymp;</code> approximately equal to ≈. </li>
<li>
<code>&ne;</code> not equal to ≠. </li>
<li>
<code>&equiv;</code> equivalent to ≡. </li>
<li>
<code>&prop;</code> proportional to ∝. </li>
<li>
<code>&le;</code> less than or equal to ≤. </li>
<li>
<code>&ge;</code> greater than or equal to ≥. </li>
<li>
<code>&larr;</code> left arrow ←. </li>
<li>
<code>&rarr;</code> right arrow →. </li>
<li>
<code>&isin;</code> in the set ∈. </li>
<li>
<code>&notin;</code> not in the set ∉. </li>
<li>
<code>&lceil;</code> left ceiling sign ⌈. </li>
<li>
<code>&rceil;</code> right ceiling sign ⌉. </li>
<li>
<code>&lfloor;</code> left floor sign ⌊. </li>
<li>
<code>&rfloor;</code> right floor sign ⌋. </li>
</ul>
<p>Finally, to put invisible comments inside comment blocks, HTML style comments can be used: </p>
<pre class="fragment">/*! <!-- This is a comment with a comment block --> Visible text */
</pre>
<br/>
Go to the <a href="xmlcmds.html">next</a> section or return to the
<a href="index.html">index</a>.
</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 on Mon Jan 27 2014 11:24:40 for Doxygen by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>
</html>
|