[Clang] Documentation-only: Add missing closing `>` in AttrDocs.td

This commit is contained in:
Martin Boehme 2022-06-15 10:59:07 +02:00
parent 374f938fe8
commit 4c2bccfda3
1 changed files with 1 additions and 1 deletions

View File

@ -6510,7 +6510,7 @@ For example:
The attribute does not have any effect on the semantics of the type system,
neither type checking rules, nor runtime semantics. In particular:
- ``std::is_same<T, T [[clang::annotate_type("foo")]]`` is true for all types
- ``std::is_same<T, T [[clang::annotate_type("foo")]]>`` is true for all types
``T``.
- It is not permissible for overloaded functions or template specializations