r200060 - Remove HTML codes from a .rst file. The proper HTML code will be added back
Richard Trieu
rtrieu at google.com
Fri Jan 24 17:32:39 PST 2014
Author: rtrieu
Date: Fri Jan 24 19:32:39 2014
New Revision: 200060
URL: http://llvm.org/viewvc/llvm-project?rev=200060&view=rev
Log:
Remove HTML codes from a .rst file. The proper HTML code will be added back
when the .html file is generated.
Modified:
cfe/trunk/docs/ObjectiveCLiterals.rst
Modified: cfe/trunk/docs/ObjectiveCLiterals.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ObjectiveCLiterals.rst?rev=200060&r1=200059&r2=200060&view=diff
==============================================================================
--- cfe/trunk/docs/ObjectiveCLiterals.rst (original)
+++ cfe/trunk/docs/ObjectiveCLiterals.rst Fri Jan 24 19:32:39 2014
@@ -91,7 +91,7 @@ Previously, the ``BOOL`` type was simply
and ``YES`` and ``NO`` were macros that expand to ``(BOOL)1`` and
``(BOOL)0`` respectively. To support ``@YES`` and ``@NO`` expressions,
these macros are now defined using new language keywords in
-``<objc/objc.h>``:
+``<objc/objc.h>``:
.. code-block:: objc
@@ -251,7 +251,7 @@ This creates an ``NSDictionary`` with 3
sub-expressions of a dictionary literal must be Objective-C object
pointer typed, as in array literals. Key sub-expressions must be of an
Objective-C object pointer type that implements the
-``<NSCopying>`` protocol.
+``<NSCopying>`` protocol.
Discussion
----------
More information about the cfe-commits
mailing list