@sebastianwessel/esdoc-undocumented-identifier-plugin
v2.1.0
Published
A undocumented identifier plugin for ESDoc
Downloads
206
Maintainers
Readme
ESDoc Undocumented Identifier Plugin
Install
npm install esdoc-undocumented-identifier-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-undocumented-identifier-plugin", "option": {"enable": true}}
]
}
enable
is default true
.
LICENSE
MIT