summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-02-04 15:33:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-02-04 15:33:47 (GMT)
commit8b0ae7ca77a14eef79e972d6061a9470de9ae458 (patch)
tree2d45018d20008480ccea03a78fa6fc37908676d9 /doc
parente6060ed25b457ae558711d1341bf1c96b093ee99 (diff)
downloadDoxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.zip
Doxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.tar.gz
Doxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.tar.bz2
Release-1.4.6-20060202
Diffstat (limited to '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 de1e94d..789cc92 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -222,7 +222,7 @@ declaration and the detailed description before the member definition.
If you want to document the members of a file, struct, union, class, or enum,
and you want to put the documentation for these members inside the compound,
it is sometimes desired to place the documentation block after the member
-instead of before. For this purpose you should put an additional \< marker
+instead of before. For this purpose you have to put an additional \< marker
in the comment block.
Here are some examples: