diff options
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r-- | doc/docblocks.doc | 2 |
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: |