We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have extension for the NSCalendar, but Jazzy doesn't document its description. Jazzy 0.6.2
Example: `import Foundation
/// NSCalendar extension for testing Jazzy public extension NSCalendar { public var test: Double { return 1 } }`
NSCalendar
And the documentation looks like this:
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #454. I have a fix for that in the works.
Sorry, something went wrong.
jpsim
No branches or pull requests
I have extension for the NSCalendar, but Jazzy doesn't document its description.
Jazzy 0.6.2
Example:
`import Foundation
///
NSCalendar
extension for testing Jazzypublic extension NSCalendar {
public var test: Double {
return 1
}
}`
And the documentation looks like this:
![screen shot 2016-06-09 at 22 03 27](https://cloud.githubusercontent.com/assets/18283239/15942675/73c054a2-2e96-11e6-916b-d47638ad7d7f.png)
The text was updated successfully, but these errors were encountered: