Skip to content

Latest commit

 

History

History

esdoc-accessor-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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