We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeeb9a3 commit 83e1f34Copy full SHA for 83e1f34
clang-tools-extra/clang-doc/Representation.h
@@ -60,6 +60,7 @@ struct CommentInfo {
60
// the vector.
61
bool operator<(const CommentInfo &Other) const;
62
63
+ // TODO: The Kind field should be an enum, so we can switch on it easily.
64
SmallString<16>
65
Kind; // Kind of comment (FullComment, ParagraphComment, TextComment,
66
// InlineCommandComment, HTMLStartTagComment, HTMLEndTagComment,
0 commit comments