summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-06-19 14:21:28 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-06-19 14:21:28 -0400
commit2863228f538cd6aa948d1240b108a35f351bedd7 (patch)
tree28bfa4a8bb32acfc1479e60301f37e1e584bff8d
parent8ae4479964991f116137c2fb48c7fda7fa4e198b (diff)
downloadasync-2863228f538cd6aa948d1240b108a35f351bedd7.tar.gz
Exclude internal files
-rw-r--r--support/esdoc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/esdoc.json b/support/esdoc.json
index 394d319..a2c1d6e 100644
--- a/support/esdoc.json
+++ b/support/esdoc.json
@@ -1,4 +1,5 @@
{
"source": "./lib",
- "destination": "./docs"
+ "destination": "./docs",
+ "excludes": ["internal"]
} \ No newline at end of file