swift documentation markup
/// Some introductory test that describes the purpose
/// of the function.
/**
What does this function do?
*/
func someFunction(name: String) -> Bool {
return false
}
/**
Another useful function
- parameters:
- alpha: Describe the alpha param
- beta...