diff --git a/.esdoc.json b/.esdoc.json index c58ec38f..92a8e5f5 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -4,7 +4,11 @@ "plugins": [{ "name": "esdoc-standard-plugin", "option": { - "lint": {"enable": false} + "lint": {"enable": false}, + "accessor": { + "access": ["public", "protected"], + "autoPrivate": true + } } }] }