summaryrefslogtreecommitdiffstats
path: root/doc/htmlcmds.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-19 12:23:25 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-19 12:23:25 (GMT)
commit10d977e25836f80ab52aa59f945a88333cd2ea95 (patch)
tree83a30b06a24a934bb4120199cd0c180ece6fc1ed /doc/htmlcmds.doc
parent7b57ba3ce34b08841026da979dd9139f08033800 (diff)
downloadDoxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.zip
Doxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.tar.gz
Doxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.tar.bz2
Release-1.8.4
Diffstat (limited to 'doc/htmlcmds.doc')
-rw-r--r--doc/htmlcmds.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index 6b7172d..6fe96fe 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -20,7 +20,7 @@ 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 HREF and NAME attributes for the A tag are the only exception).
+(the \c HREF and \c NAME attributes for the \c A tag are the only exception).
<ul>
<li><tt>\<A HREF="..."\></tt> Starts a hyperlink
@@ -89,7 +89,7 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\<SUB\></tt> Starts a piece of text displayed in subscript.
<li><tt>\</SUB\></tt> Ends a <tt>\<SUB\></tt> section.
<li><tt>\<SUP\></tt> Starts a piece of text displayed in superscript.
-<li><tt>\</SUP\></tt> Ends a <tt>\</SUP\></tt> section.
+<li><tt>\</SUP\></tt> Ends a <tt>\<SUP\></tt> section.
<li><tt>\<TABLE\></tt> starts a table.
<li><tt>\</TABLE\></tt> ends a table.
<li><tt>\<TD\></tt> Starts a new table data element.