-
Notifications
You must be signed in to change notification settings - Fork 205
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
Documenting getters and setters #64
Comments
@IjzerenHein Hi! Thanks for this issue! |
No worries, let me know if I need to help with testing anything. |
h13i32maru
added a commit
that referenced
this issue
Sep 6, 2015
I fixed it. Please try to use HEAD. |
Awesome, will try =) |
Awesome, works like a charm now :))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! First of all, great library, love the output it generates :)
Hey, I've got classes with getters and setters, like this:
It generates this output:
It fails to document the getter/setter property, because
this.text = (options && options.text) ? options.text : '';
exists in the constructor. When clicking on 'source' it points to the constructor code:Am I doing it right? How can I fix this?
Cheers
The text was updated successfully, but these errors were encountered: