Skip to content
New issue

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

NSCalendar extension Undocumented #579

Closed
valery-bashkatov opened this issue Jun 9, 2016 · 1 comment
Closed

NSCalendar extension Undocumented #579

valery-bashkatov opened this issue Jun 9, 2016 · 1 comment
Assignees
Milestone

Comments

@valery-bashkatov
Copy link

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
}
}`

And the documentation looks like this:
screen shot 2016-06-09 at 22 03 27

@jpsim
Copy link
Collaborator

jpsim commented Jun 9, 2016

Looks like a duplicate of #454. I have a fix for that in the works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants