0.1.0 • Published 10 years ago
esdoc-var-plugin v0.1.0
esdoc-var-plugin
ESDoc Plugin to add support for the @var-tag to document
module variables that are not exported.
Usage
Install it:
npm install esdoc-var-pluginAnd include it in the plugin property of esdoc.json:
{
"source": "./src",
"destination": "./doc",
"plugins": [
{ "name": "esdoc-var-plugin" }
]
}License: MIT
0.1.0
10 years ago