npm.io
1.0.0 • Published 8 years ago

esdoc-accessor-plugin

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
Stars
139

ESDoc Accessor Plugin

Install

npm install esdoc-accessor-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-accessor-plugin", "option": {"access": ["public", "protected", "private"], "autoPrivate": true}}
  ]
}
  • access is default ["public", "protected", "private"]
  • autoPrivate is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Keywords