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). + + + +The special HTML character entities that are recognized by Doxygen: + + + +Finally, to put invisible comments inside comment blocks, HTML style +comments can be used: +\verbatim +/*! Visible text */ +\endverbatim + +*/ +