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

Mark @private methods and properties and private=true #17

Closed
nnixaa opened this issue Jul 20, 2018 · 2 comments
Closed

Mark @private methods and properties and private=true #17

nnixaa opened this issue Jul 20, 2018 · 2 comments
Milestone

Comments

@nnixaa
Copy link
Collaborator

nnixaa commented Jul 20, 2018

Currently, methods and properties marked with @private tag are not ignored and included into the final output. We need a way to control these methods/properties on the client side so that we can remove them or mark as private. So I propose to add a property private which will be resulted in true when @private tag exists on an element.
Code
image
Result
image

@nnixaa nnixaa added this to the 2.2.0 milestone Jul 20, 2018
@nnixaa
Copy link
Collaborator Author

nnixaa commented Nov 26, 2018

let's ignore the properties marked as /** @docs-private */

@nnixaa nnixaa closed this as completed Feb 8, 2019
@nnixaa
Copy link
Collaborator Author

nnixaa commented Feb 8, 2019

done in 2.2.0

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

1 participant