diff options
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r-- | doc/docblocks.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc index d364858..9ed876e 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -93,12 +93,12 @@ or Some people like to make their comment blocks more visible in the documentation. For this purpose you can use the following: - \verbatim -/************************************************ +/********************************************//** * ... text ***********************************************/ \endverbatim +(note the 2 slashes to end the normal comment block and start a special comment block). or |