Open
Description
Bugzilla Link | 33333 |
Version | trunk |
OS | Windows NT |
Reporter | LLVM Bugzilla Contributor |
CC | @DougGregor |
Extended Description
I would like to report an issue with clang and comments in cpp.
After creating a comment type of ParagraphCommentKind
:
/// <summary>Test Comment</summary>,
clang separated it in sections as follows:
1st: " "
2nd: "<summary
3rd: "> Test Comment"
4th: "</summary"
5th: "> ".
I expected something similar to :<summary>
, Text Comment
, </summary>
. If you weren't aware of this, well here it is.
I would appreciate any temporary workaround.
Best Regards,
Topouzidis Kimon.