enum CommandMarkerKind
Description
Describes the syntax that was used in a documentation command. Exact values of this enumeration are important because they used to select parts of diagnostic messages. Audit diagnostics before changing or adding a new value.
Declared at: clang/include/clang/AST/Comment.h:36
Enumerators
Name | Value | Comment |
---|---|---|
CMK_Backslash | 0 | Command started with a backslash character: |
CMK_At | 1 | Command started with an 'at' character: |