mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Updated comment on documentation of Swift functions
Documentation syntax is no longer reStructuredText, It's "Swift-flavored version of Markdown" http://nshipster.com/swift-documentation/
This commit is contained in:
parent
ea5eed5fcd
commit
1c1944acb4
@ -213,7 +213,7 @@ default: // required (in order to cover all possible input)
|
||||
// Functions are a first-class type, meaning they can be nested
|
||||
// in functions and can be passed around
|
||||
|
||||
// Function with Swift header docs (format as reStructedText)
|
||||
// Function with Swift header docs (format as Swift-modified Markdown syntax)
|
||||
|
||||
/**
|
||||
A greet operation
|
||||
|
Loading…
Reference in New Issue
Block a user