/****************************************************************************** * * $Id$ * * Copyright (C) 1997-1999 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. * * All output generated with Doxygen is not covered by this license. * */ /*! \page htmlcmds HTML Commands Here is a list of all HTML commands that may be used inside the documentation. Notice 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 characters 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 ã).
*/