Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 469 Bytes

File metadata and controls

25 lines (21 loc) · 469 Bytes

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