diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-01-23 17:25:30 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-01-23 17:25:30 (GMT) |
commit | e3867f798e35c06c2208899f9c0bc264d8e6cb83 (patch) | |
tree | 56f084a80118debb8b5569e59a7435a20fc82b03 /doc/htmlcmds.doc | |
parent | 38de39f102c03a52de4c9bb4875125745abce622 (diff) | |
download | Doxygen-e3867f798e35c06c2208899f9c0bc264d8e6cb83.zip Doxygen-e3867f798e35c06c2208899f9c0bc264d8e6cb83.tar.gz Doxygen-e3867f798e35c06c2208899f9c0bc264d8e6cb83.tar.bz2 |
Release-1.7.3-20110123
Diffstat (limited to 'doc/htmlcmds.doc')
-rw-r--r-- | doc/htmlcmds.doc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 9c80e50..1327246 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2008 by Dimitri van Heesch. + * Copyright (C) 1997-2011 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 @@ -23,9 +23,11 @@ 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). <ul> -<li><tt>\<A HREF="..."\></tt> Starts a HTML hyper-link (HTML only). -<li><tt>\<A NAME="..."\></tt> Starts an named anchor (HTML only). -<li><tt>\</A\></tt> Ends a link or anchor (HTML only). +<li><tt>\<A HREF="..."\></tt> Starts a hyperlink + (if supported by the output format). +<li><tt>\<A NAME="..."\></tt> Starts an named anchor + (if supported by the output format). +<li><tt>\</A\></tt> Ends a link or anchor <li><tt>\<B\></tt> Starts a piece of text displayed in a bold font. <li><tt>\</B\></tt> Ends a <tt>\<B\></tt> section. <li><tt>\<BODY\></tt> Does not generate any output. |