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

@private tag doesn't work as expected #106

Closed
lufego opened this issue Sep 26, 2019 · 1 comment
Closed

@private tag doesn't work as expected #106

lufego opened this issue Sep 26, 2019 · 1 comment

Comments

@lufego
Copy link

lufego commented Sep 26, 2019

Current behavior

If I initialize a prop like:

/**
   * This should be hidden from generated documentation
   * @private
   */
  @property({ attribute: false }) loading;

It will still be added to the table markdown.

Expected result:

Since it's a @private it should be hidden from documentation

@lufego lufego changed the title JSDocs syntax doesn't work as expected in Typescript notation @private tag doesn't work as expected Sep 27, 2019
@runem
Copy link
Owner

runem commented Dec 12, 2019

Version 1.0.0 is live with support for @private and @protected 🎉

@runem runem closed this as completed Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants