Single Line Comment
Add a single line of markup using these special comment markers.
Works with:
✓ Playgrounds
✓ Symbol documentation
Playground Syntax
Use two forward slash (/
) characters followed by a colon (:
) for a single line of markup for a playground.
//: line of markup content
Example
The followup line of markup adds a link to the next page of the playground.
//: [Next Topic](@next)
Quick Help Syntax
Use three forward slash (/
) characters for a single line of markup Quick Help.
/// line of markup content
Example
The following line of markup documents a single parameter called llama
.
/// - parameter llamaCount: The number of llamas in the managed herd.
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2017-06-05