runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
502 stars 63 forks source link

`@private` tag doesn't work as expected #106

Closed lufego closed 4 years ago

lufego commented 4 years ago

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

runem commented 4 years ago

Version 1.0.0 is live with support for @private and @protected :tada: