ESDoc Accessor Plugin
Install
npm install @itsjamie/esdoc-accessor-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{
"name": "@itsjamie/esdoc-accessor-plugin",
"option": {
"access": ["public", "protected", "private"],
"autoPrivate": true
}
}
]
}
-
access
is default["public", "protected", "private"]
-
autoPrivate
is defaulttrue
LICENSE
MIT