summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-02-27 20:11:09 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-02-27 20:11:09 (GMT)
commitc8b3a0f8232656c1a11c185d595f19eb65c56c82 (patch)
tree5e27018c48206637a831c02760f69c7df275f1c9 /doc/docblocks.doc
parent8b0ae7ca77a14eef79e972d6061a9470de9ae458 (diff)
downloadDoxygen-c8b3a0f8232656c1a11c185d595f19eb65c56c82.zip
Doxygen-c8b3a0f8232656c1a11c185d595f19eb65c56c82.tar.gz
Doxygen-c8b3a0f8232656c1a11c185d595f19eb65c56c82.tar.bz2
Release-1.4.6-20060227
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r--doc/docblocks.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 789cc92..10f6801 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -374,7 +374,7 @@ are supported.
There is also another way to document Python code using comments that
start with "##". These type of comment blocks are more in line with the
-way documentation blocks work for the other languages support doxygen
+way documentation blocks work for the other languages supported by doxygen
and this also allows the use of special commands.
Here is the same example again but now using doxygen style comments: