Is your feature request related to a problem? Please describe.
Hello
I would like to suggest use JSDoc type for document ES6 class properties
If you agree and you don't have time, I can try to implement it myself and PR.
Describe the solution you'd like
this is the expected generated documentation
class Foo {
// documentation generated
/**
* [TODO:description]
* @type {[TODO:type]}
*/
property // use the command DogeGenerate here
}
Is your feature request related to a problem? Please describe. Hello I would like to suggest use JSDoc type for document ES6 class properties If you agree and you don't have time, I can try to implement it myself and PR.
Describe the solution you'd like this is the expected generated documentation
Describe alternatives you've considered other alternatives are described here: https://stackoverflow.com/questions/51467835/how-to-use-jsdoc-to-document-an-es6-class-property?rq=3