mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adding the following to a doc comment: - throws: ... Will create a description about what/when the function will throw. This should be a peer to "- returns:" and "- parameter:" and not appear inline in the description. rdar://problem/21621679 Swift SVN r29831