Skip to content

Commit

Permalink
Don't show private fields in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 9, 2019
1 parent 14c0858 commit 38a5b13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"destination": "public/docs",

"plugins": [{
"name": "esdoc-standard-plugin"
"name": "esdoc-standard-plugin",
"option": {
"accessor": {
"access": ["public", "protected"],
"autoPrivate": true
}
}
}]

}

0 comments on commit 38a5b13

Please sign in to comment.