2.0.0 • Published 6 years ago

esdoc2-accessor-plugin v2.0.0

Weekly downloads
13,444
License
MIT
Repository
github
Last release
6 years ago

esdoc2 Accessor Plugin

Install

npm install esdoc2-accessor-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc2-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