Reading through the Apple documentation you may have encountered more keywords in documentation structure than the five we described previously. Apple has us covered again with many more supported callouts.
Available in Comments |
Available in Playgrounds |
Remarks |
|
Attention |
✓ |
✓ |
|
Author |
✓ |
✓ |
|
Authors |
✓ |
✓ |
|
Bug |
✓ |
✓ |
|
Complexity |
✓ |
✓ |
Use this to indicate the space/time complexity of your method |
Copyright |
✓ |
✓ |
|
Custom Callout |
✓ |
Used as - Callout(My Custom Callout): |
|
Date |
✓ |
✓ |
|
Example |
✓ |
||
Experiment |
✓ |
✓ |
|
Important |
✓ |
✓ |
|
Invariant |
✓ |
✓ |
|
Note |
✓ |
✓ |
|
Precondition |
✓ |
✓ |
|
Postcondition |
✓ |
✓ |
|
Remark |
✓ |
✓ |
|
Requires |
✓ |
✓ |
|
See Also |
✓ |
✓ |
Used as - SeeAlso, use it to point to related features |
Since |
✓ |
✓ |
|
Version |
✓ |
✓ |
|
Warning |
✓ |
✓ |
All callouts are rendered in order of declaration and in the description section of the Quick Help module.