summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-04-08 19:19:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-04-08 19:19:32 (GMT)
commit8f195c2d389edeeaf0f76de36c5b5db788b6e312 (patch)
tree120d3069adfaa3da505045185569c8c67554d055 /doc/commands.doc
parentc47269c4f1fb1387d6876075f3b2e935354d5b76 (diff)
downloadDoxygen-8f195c2d389edeeaf0f76de36c5b5db788b6e312.zip
Doxygen-8f195c2d389edeeaf0f76de36c5b5db788b6e312.tar.gz
Doxygen-8f195c2d389edeeaf0f76de36c5b5db788b6e312.tar.bz2
Doxygen-1.2.6-20010408
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index c6aa049..e34d5c5 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -191,7 +191,7 @@ Doxygen. Unrecognized commands are treated as normal text.
Indicates that a comment block contains documentation for a
\ref modules "group" of classes, files or namespaces. This can be used to
categorize classes, files or namespaces, and document those
- categories. You can also uses groups as members of other groups,
+ categories. You can also use groups as members of other groups,
thus building a hierarchy of groups.
The \<name\> argument should an single word identifier.
@@ -639,7 +639,7 @@ Public/Protected/Private/... section.
\addindex \if
Starts a conditional documentation section. The section ends
with a matching \c \endif command. A conditional section is
- disable by default. To enable it you must put the
+ disabled by default. To enable it you must put the
section-label after the \ref cfg_enabled_sections "ENABLED_SECTIONS"
tag in the configuration
file. Conditional blocks can be nested. A nested section is
@@ -900,7 +900,7 @@ Public/Protected/Private/... section.
\subsection cmdanchor \anchor <word>
\addindex \anchor
- This command places an invisible, named anchor into to documentation
+ This command places an invisible, named anchor into the documentation
to which you can refer with the \\ref command.
\sa section \ref cmdref "\\ref".
@@ -1235,13 +1235,13 @@ Public/Protected/Private/... section.
will result in the following text:<br><br>
... this is a \e really good example ...
- Equvalent to \ref cmdem "\\em"
+ Equivalent to \ref cmdem "\\em"
<hr>
\subsection cmdem \em <word>
\addindex \e
- Displays the argument \<word\> in italics.
+ Displayis the argument \<word\> in italics.
Use this command to emphasize words.
\par Example: