Created
April 7, 2018 10:25
Example of markup for Xcode "Quick Help"
This file contains 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