Remove provate members from auto-generated documentation

This commit is contained in:
koalyptus 2018-02-02 22:34:17 +11:00
parent 7f75e23b1b
commit 731909a267
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@
"plugins": [{ "plugins": [{
"name": "esdoc-standard-plugin", "name": "esdoc-standard-plugin",
"option": { "option": {
"lint": {"enable": false} "lint": {"enable": false},
"accessor": {
"access": ["public", "protected"],
"autoPrivate": true
}
} }
}] }]
} }