summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-09-28 18:26:46 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-09-28 18:26:46 (GMT)
commitb7473cd86e57053b866a719f160cd4d01e92f092 (patch)
tree01f67df4c4005875230919c5f826290b6a17a2e4 /doc/commands.doc
parenta3133b16473d093f9c525cbf9d21fabbae7ae1ac (diff)
downloadDoxygen-b7473cd86e57053b866a719f160cd4d01e92f092.zip
Doxygen-b7473cd86e57053b866a719f160cd4d01e92f092.tar.gz
Doxygen-b7473cd86e57053b866a719f160cd4d01e92f092.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.