enum RawComment::CommentKind
Declared at: clang/include/clang/AST/RawCommentList.h:34
Enumerators
Name | Value | Comment |
---|---|---|
RCK_Invalid | 0 | Invalid comment |
RCK_OrdinaryBCPL | 1 | Any normal BCPL comments |
RCK_OrdinaryC | 2 | Any normal C comment |
RCK_BCPLSlash | 3 | |
RCK_BCPLExcl | 4 | |
RCK_JavaDoc | 5 | |
RCK_Qt | 6 | , also used by HeaderDoc |
RCK_Merged | 7 | Two or more documentation comments merged together |