/****************************************************************************** * * * * Copyright (C) 1997-2015 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 output formats other than HTML, all attributes of a HTML tag are passed on to the HTML output only (the \c HREF and \c NAME attributes for the \c A tag are the only exception). The special HTML4 character entities.
The list of entities with their descriptions has been taken from
Character entity references in HTML 4. ( Portions © International Organization for Standardization 1986 Permission to copy in any form is granted for use with conforming SGML systems and applications as defined in ISO 8879, provided this notice is included in all copies.) Doxygen extensions: Finally, to put invisible comments inside comment blocks, HTML style comments can be used: \verbatim /*! Visible text */ \endverbatim The part `` will not be shown in the main documentation. \htmlonly
Go to the next section or return to the index. \endhtmlonly */