Commits

David Farler committed dd44dad0179
Add 'throws' keyword to doc comments 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