Skip to content

Commit 4c2bccf

Browse files
committed
[Clang] Documentation-only: Add missing closing > in AttrDocs.td
1 parent 374f938 commit 4c2bccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6510,7 +6510,7 @@ For example:
65106510
The attribute does not have any effect on the semantics of the type system,
65116511
neither type checking rules, nor runtime semantics. In particular:
65126512

6513-
- ``std::is_same<T, T [[clang::annotate_type("foo")]]`` is true for all types
6513+
- ``std::is_same<T, T [[clang::annotate_type("foo")]]>`` is true for all types
65146514
``T``.
65156515

65166516
- It is not permissible for overloaded functions or template specializations

0 commit comments

Comments
 (0)