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 3e612b3 commit d894b99Copy full SHA for d894b99
clang-tools-extra/clang-doc/Representation.h
@@ -60,7 +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
+ // 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