microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.71k stars 131 forks source link

Add support for the `@property` tag #244

Open 0xCLARITY opened 4 years ago

0xCLARITY commented 4 years ago

I was trying to JSDoc/TSDoc a TypeScript interface, and wanted to use the property tag to document the various properties. However, property does not appear to be on the list of supported TSDoc tags.

Probably related: https://github.com/microsoft/tsdoc/issues/209