Skip to content

Commit 985ca4b

Browse files
committed
forgot parentheses in function name
1 parent a4d5ad4 commit 985ca4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-doc/conversion_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ struct MyStruct {
1414
// CHECK-YAML: Name: 'operator T'
1515

1616
// CHECK-HTML: <h3 id='{{[0-9A-F]*}}'>operator T</h3>
17-
// CHECK-HTML: <p>public T operator T</p>
17+
// CHECK-HTML: <p>public T operator T()</p>

0 commit comments

Comments
 (0)