diff options
-rw-r--r-- | docs/AutomaticReferenceCounting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html index 5cacbd5e3d..5354f8af34 100644 --- a/docs/AutomaticReferenceCounting.html +++ b/docs/AutomaticReferenceCounting.html @@ -1904,9 +1904,9 @@ and <tt>cf_unknown_transfer</tt>.</p> <p>A pragma is provided to facilitate the mass annotation of interfaces:</p> -<pre>#pragma arc_cf_code_audited begin +<pre>#pragma clang arc_cf_code_audited begin ... -#pragma arc_cf_code_audited end</pre> +#pragma clang arc_cf_code_audited end</pre> <p>All C functions declared within the extent of this pragma are treated as if annotated with the <tt>cf_audited_transfer</tt> |