ESDoc TypeScript Plugin (PoC)
This plugin is proof of concept
Install
npm install esdoc-typescript-plugin
Config
enable
is defaulttrue
Example
// without document, with initializer member: number = 10; // without document : string // without @param and @return /** * this is method2. */ : string // without type in @param and @return /** * this is method3. * @param n - this is param desc. * @return this is return desc. */ : string
LICENSE
MIT