[www] Fix build of attribute documentation.

This commit is contained in:
Richard Smith 2021-03-30 16:17:09 -07:00
parent 1705136590
commit d87384f7df
1 changed files with 1 additions and 1 deletions

View File

@ -3035,7 +3035,7 @@ supported in C++.
By default, a reference is considered to refer to its referenced object, a By default, a reference is considered to refer to its referenced object, a
pointer is considered to refer to its pointee, a ``std::initializer_list<T>`` pointer is considered to refer to its pointee, a ``std::initializer_list<T>``
is considered to refer to its underlying array, and aggregates (arrays and is considered to refer to its underlying array, and aggregates (arrays and
simple ``struct``s) are considered to refer to all objects that their simple ``struct``\s) are considered to refer to all objects that their
transitive subobjects refer to. transitive subobjects refer to.
Clang warns if it is able to detect that an object or reference refers to Clang warns if it is able to detect that an object or reference refers to