Skip to content

Instantly share code, notes, and snippets.

@mflint
Created April 7, 2018 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mflint/b480f9daae9a10d1b2ea0237d2d7b8c6 to your computer and use it in GitHub Desktop.
Save mflint/b480f9daae9a10d1b2ea0237d2d7b8c6 to your computer and use it in GitHub Desktop.
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