We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5366df commit 6026b6dCopy full SHA for 6026b6d
test/Inputs/comment_to_something_conversion.swift
@@ -96,7 +96,7 @@ enum A012_AttachToEntities {
96
97
/// Aaa.
98
///
99
- /// Bbb.
+ ///> Bbb.
100
func f2() {}
101
// CHECK: {{.*}}DocCommentAsXML=[<Function file="{{.*}}" line="{{.*}}" column="{{.*}}"><Name>f2()</Name><USR>s:FC14swift_ide_test5Brief2f2FT_T_</USR><Declaration>func f2()</Declaration><Abstract><Para>Aaa.</Para></Abstract><Discussion><Para>Bbb.</Para></Discussion></Function>]
102
0 commit comments