From: Michael Gottesman Date: Tue, 8 Jan 2013 23:55:10 +0000 (+0000) Subject: Removed extra "`" from ARC documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=080dc528c7016a107b94430b84cee6ad33e09155;p=clang Removed extra "`" from ARC documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AutomaticReferenceCounting.rst b/docs/AutomaticReferenceCounting.rst index 56a922bcdd..385b51fb19 100644 --- a/docs/AutomaticReferenceCounting.rst +++ b/docs/AutomaticReferenceCounting.rst @@ -1678,7 +1678,7 @@ from a ``__strong`` object with :ref:`precise lifetime semantics C retainable pointer types -------------------------- -A type is a :arc-term:`C retainable pointer type`` if it is a pointer to +A type is a :arc-term:`C retainable pointer type` if it is a pointer to (possibly qualified) ``void`` or a pointer to a (possibly qualifier) ``struct`` or ``class`` type.