You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is there any possibility to treat the throws keyword in Swift 2 as a special case for methods; just like returns or the parameters.
For example:
/**
Description
- throws: Error
- returns: the list of log files
*/
public static func getLogFiles() throws -> [String]
The returns description is styled in a special way just as the parameters, which are formatted with a table. It would be great to have a special style for the throws keyworks that is applied automatically for any - throws: descriptiondeclarations.
Best regards and keep up the great work on jazzy.
The text was updated successfully, but these errors were encountered:
Hi,
is there any possibility to treat the
throws
keyword in Swift 2 as a special case for methods; just likereturns
or the parameters.For example:
The returns description is styled in a special way just as the parameters, which are formatted with a table. It would be great to have a special style for the throws keyworks that is applied automatically for any
- throws: description
declarations.Best regards and keep up the great work on jazzy.
The text was updated successfully, but these errors were encountered: