File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Revisions
12
12
=========
13
13
14
14
- 2008/2/25 --- created
15
- - 2008/7/28 --- revised, __block syntax
15
+ - 2008/7/28 --- revised, `` __block `` syntax
16
16
- 2008/8/13 --- revised, Block globals
17
17
- 2008/8/21 --- revised, C++ elaboration
18
- - 2008/11/1 --- revised, __weak support
18
+ - 2008/11/1 --- revised, `` __weak `` support
19
19
- 2009/1/12 --- revised, explicit return types
20
- - 2009/2/10 --- revised, __block objects need retain
20
+ - 2009/2/10 --- revised, `` __block `` objects need retain
21
21
22
22
Overview
23
23
========
@@ -283,7 +283,7 @@ variables of automatic storage referenced within the Block expression
283
283
Object variables of ``__block `` storage type are assumed to hold
284
284
normal pointers with no provision for retain and release messages.
285
285
286
- Foundation defines (and supplies) -copy and -release methods for
286
+ Foundation defines (and supplies) `` -copy `` and `` -release `` methods for
287
287
Blocks.
288
288
289
289
In the Objective-C and Objective-C++ languages, we allow the
Original file line number Diff line number Diff line change @@ -842,9 +842,8 @@ Blocks
842
842
======
843
843
844
844
The syntax and high level language feature description is in
845
- `BlockLanguageSpec.rst <BlockLanguageSpec.rst >`_. Implementation and ABI
846
- details for the clang implementation are in `Block-ABI-Apple.txt
847
- <Block-ABI-Apple.txt> `_.
845
+ :doc: `BlockLanguageSpec `. Implementation and ABI details for the clang
846
+ implementation are in `Block-ABI-Apple.txt <Block-ABI-Apple.txt >`_.
848
847
849
848
Query for this feature with ``__has_extension(blocks) ``.
850
849
You can’t perform that action at this time.
0 commit comments