/****************************************************************************** * * * * Copyright (C) 1997-2001 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 all attributes of a HTML tag are ignored (the HREF and NAME attributes for the A tag are the only exception). The special HTML character entities that are recognized by Doxygen:
  • \c © the copyright symbol
  • \c " a double quote
  • \c &?uml; where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, writes a character with a diaeresis accent (like ä).
  • \c &?acute; where ? is one of {A,E,I,O,U,Y,a,e,i,o,u,y}, writes a character with a acute accent (like á).
  • \c &?grave; where ? is one of {A,E,I,O,U,a,e,i,o,u,y}, writes a character with a grave accent (like à).
  • \c &?circ; where ? is one of {A,E,I,O,U,a,e,i,o,u,y}, writes a character with a circumflex accent (like â).
  • \c &?tilde; where ? is one of {A,N,O,a,n,o}, writes a character with a tilde accent (like ã).
  • \c ß write a sharp s (i.e. ß) to the output.
  • \c &?cedil; where ? is one of {c,C}, writes a c-cedille (like ç).
  • \c &?ring; where ? is one of {a,A}, writes an \c a with a ring (like å).
  • \c   a non breakable space.
*/