diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-06-13 08:29:25 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-06-13 08:29:25 (GMT) |
commit | 384cea317256d4555de23db3e4db19e35d4d4191 (patch) | |
tree | 5186c3b3dff30daebce633b4bc7aa16c442731b5 | |
parent | f555ca5f7e3086066da17289e5945ed0c4bb78a8 (diff) | |
download | Doxygen-384cea317256d4555de23db3e4db19e35d4d4191.zip Doxygen-384cea317256d4555de23db3e4db19e35d4d4191.tar.gz Doxygen-384cea317256d4555de23db3e4db19e35d4d4191.tar.bz2 |
Some rewording
-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 8ccb08c..01fd4bd 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -115,8 +115,8 @@ documentation. For this purpose you can use the following: \endverbatim Note: the 2 slashes to end the normal comment block and start a special comment block. -Note: be careful when using a reformatter as a reformatter can see this type of comment -as 2 separate comments resulting in non expected comment formatting. +Note: be careful when using a reformatter like clang-format as it may see this type of comment +as 2 separate comments and introduce spacing between them. or |