[Clang] Documentation-only: Add missing closing `>` in AttrDocs.td
authorMartin Boehme <mboehme@google.com>
Wed, 15 Jun 2022 08:59:07 +0000 (10:59 +0200)
committerMartin Boehme <mboehme@google.com>
Wed, 15 Jun 2022 08:59:07 +0000 (10:59 +0200)
clang/include/clang/Basic/AttrDocs.td

index 6562e363a1ca747ff38fc729c910a14e9ce75e5c..dbb7f695a5a2c9234d626a74bbc48519b7ab27b3 100644 (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