summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-28 18:26:46 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-28 18:26:46 (GMT)
commitf08cd6363f5da22b2452d4f937fef68220fcb081 (patch)
tree01f67df4c4005875230919c5f826290b6a17a2e4 /doc/commands.doc
parent8d674d5bacfc207f4b630262c01ba4bad38b0c82 (diff)
downloadDoxygen-f08cd6363f5da22b2452d4f937fef68220fcb081.zip
Doxygen-f08cd6363f5da22b2452d4f937fef68220fcb081.tar.gz
Doxygen-f08cd6363f5da22b2452d4f937fef68220fcb081.tar.bz2
Release-1.3.8-20040928
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc24
1 files changed, 9 insertions, 15 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 17f02eb..b3af6d0 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -1986,25 +1986,22 @@ class C {};
\section cmdamp \&
\addindex \\\&
- This command writes the \& character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This character has to be escaped because
- it has a special meaning in HTML.
+ This command writes the \& character to output.
+ This character has to be escaped because it has a special meaning in HTML.
<hr>
\section cmddollar \$
\addindex \\\$
- This command writes the \$ character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This
- character has to be escaped in some cases, because it is used to expand
+ This command writes the \$ character to the output.
+ This character has to be escaped in some cases, because it is used to expand
environment variables.
<hr>
\section cmdhash \#
\addindex \\\#
- This command writes the \# character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This
+ This command writes the \# character to the output. This
character has to be escaped in some cases, because it is used to refer
to documented entities.
@@ -2012,23 +2009,20 @@ class C {};
\section cmdlt \<
\addindex \\\<
- This command writes the \< character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This
- character has to be escaped because it has a special meaning in HTML.
+ This command writes the \< character to the output.
+ This character has to be escaped because it has a special meaning in HTML.
<hr>
\section cmdgt \>
\addindex \\\>
- This command writes the \> character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This
+ This command writes the \> character to the output. This
character has to be escaped because it has a special meaning in HTML.
\section cmdperc \%
\addindex \\\%
- This command writes the \% character to the HTML and
- \f$\mbox{\LaTeX}\f$ output. This
+ This command writes the \% character to the output. This
character has to be escaped in some cases, because it is used to
prevent auto-linking to word that is also a documented class or struct.