r348431 - Fix title underlines being too short after r348429

Pete Cooper via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 16:01:44 PST 2018


Author: pete
Date: Wed Dec  5 16:01:44 2018
New Revision: 348431

URL: http://llvm.org/viewvc/llvm-project?rev=348431&view=rev
Log:
Fix title underlines being too short after r348429

Modified:
    cfe/trunk/docs/AutomaticReferenceCounting.rst

Modified: cfe/trunk/docs/AutomaticReferenceCounting.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.rst?rev=348431&r1=348430&r2=348431&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.rst (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.rst Wed Dec  5 16:01:44 2018
@@ -2285,7 +2285,7 @@ block exactly as if it had been sent the
 .. _arc.runtime.objc_storeStrong:
 
 ``void objc_storeStrong(id *object, id value);``
-----------------------------------------------
+------------------------------------------------
 
 *Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is
 adequately aligned for a pointer.  ``value`` is null or a pointer to a valid




More information about the cfe-commits mailing list