Created
April 7, 2018 10:25
-
-
Save mflint/b480f9daae9a10d1b2ea0237d2d7b8c6 to your computer and use it in GitHub Desktop.
Example of markup for Xcode "Quick Help"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: Playground - noun: a place where people can play | |
import Foundation | |
/** | |
This func does the fnord. | |
- parameters: | |
- foo: The foo. | |
- bar: The bar. | |
- returns: A return value. | |
*/ | |
func fnord(foo: String, bar: String) -> Bool { | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment