From 731909a26785f1eb0863ab85bfa3b3f5312db690 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Fri, 2 Feb 2018 22:34:17 +1100 Subject: [PATCH] Remove provate members from auto-generated documentation --- .esdoc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + } } }] }