Skip to content

Commit

Permalink
Remove commented-out info about 'exported'.
Browse files Browse the repository at this point in the history
This content was hidden in 2014 and 'exported' doesn't fit with the
current model for visibility, so it's unlikely to come back.
  • Loading branch information
amartini51 committed Mar 22, 2016
1 parent 0f0cb9b commit 3f45761
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ReferenceManual/Attributes.rst
Expand Up @@ -216,18 +216,6 @@ the ``noreturn`` attribute to a function or method *type*.
is implicitly applied to that protocol; there's no need to mark the protocol with
the ``class_protocol`` attribute explicitly.
.. Note: At the design meeting on June 17th,
it was decided that we don't want people to be using "exported" at the moment.
It's really only intended for framework development (it's used in the Obj-C overlay).
Commenting this out until this attribute is ready for prime time,
to fix <rdar://problem/17346713> Remove the "exported" attribute from the Reference
``exported``
Apply this attribute to an import declaration to export
the imported module, submodule, or declaration from the current module.
If another module imports the current module, that other module can access
the items exported by the current module.
``objc``
Apply this attribute to any declaration that can be represented in Objective-C---
for example, non-nested classes, protocols,
Expand Down

0 comments on commit 3f45761

Please sign in to comment.