diff -r 000000000000 -r 42188c7ea2d9 Orb/Doxygen/doc/htmlcmds.doc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/doc/htmlcmds.doc Thu Jan 21 17:29:01 2010 +0000 @@ -0,0 +1,147 @@ +/****************************************************************************** + * + * + * + * Copyright (C) 1997-2008 by Dimitri van Heesch. + * + * Permission to use, copy, modify, and distribute this software and its + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software + * for any purpose. It is provided "as is" without express or implied warranty. + * See the GNU General Public License for more details. + * + * Documents produced by Doxygen are derivative works derived from the + * input used in their production; they are not affected by this license. + * + */ +/*! \page htmlcmds HTML Commands + +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). + +
Starts a piece of text displayed in a typewriter font.
+ Note that for C# code, this command is equivalent to
+ \ref cmdcode "\\code".
+
section.
+ Note that for C# code, this command is equivalent to
+ \ref cmdendcode "\\endcode".
+Starts a new paragraph. +