Skip to content

Instantly share code, notes, and snippets.

@mflint
Created April 7, 2018 10:25
Example of markup for Xcode "Quick Help"
//: 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