mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-14 22:55:44 +01:00
Remove provate members from auto-generated documentation
This commit is contained in:
parent
7f75e23b1b
commit
731909a267
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,11 @@
|
|||
"plugins": [{
|
||||
"name": "esdoc-standard-plugin",
|
||||
"option": {
|
||||
"lint": {"enable": false}
|
||||
"lint": {"enable": false},
|
||||
"accessor": {
|
||||
"access": ["public", "protected"],
|
||||
"autoPrivate": true
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue