summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-06 21:06:38 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-06 21:06:38 (GMT)
commitc400bd439b3df09704e33df382ed7b08f80dd8ed (patch)
treed2b3049367f2df643a3f305ecfcd739b426c3edc /doc/commands.doc
parentc6d6555a949e86be5c859311eb4db5dcc092c258 (diff)
downloadDoxygen-c400bd439b3df09704e33df382ed7b08f80dd8ed.zip
Doxygen-c400bd439b3df09704e33df382ed7b08f80dd8ed.tar.gz
Doxygen-c400bd439b3df09704e33df382ed7b08f80dd8ed.tar.bz2
Release-1.2.18-20021106
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 42d4c8d..c2bb972 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -319,7 +319,7 @@ doxygen. Unrecognized commands are treated as normal text.
If your comment block \e is in front of the function
declaration or definition this command can (and to avoid redundancy
- should) be ommitted.
+ should) be omitted.
A full function declaration including arguments should be specified after the
\\fn command on a \e single line, since the argument ends at the end
@@ -745,7 +745,7 @@ See section \ref memgroup for an example.
\par Example:
\verbatim
- /*! Uncoditionally shown documentation.
+ /*! Unconditionally shown documentation.
* \if Cond1
* Only included if Cond1 is set.
* \endif