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 832cd39 commit 582fd20Copy full SHA for 582fd20
clang-tools-extra/clang-doc/YAMLGenerator.cpp
@@ -65,8 +65,7 @@ template <> struct ScalarEnumerationTraits<InfoType> {
65
}
66
};
67
68
-template <>
69
-struct ScalarEnumerationTraits<clang::doc::CommentKind> {
+template <> struct ScalarEnumerationTraits<clang::doc::CommentKind> {
70
static void enumeration(IO &IO, clang::doc::CommentKind &Value) {
71
IO.enumCase(Value, "FullComment", clang::doc::CommentKind::CK_FullComment);
72
IO.enumCase(Value, "ParagraphComment",
0 commit comments