forked from cmd430/tv-movie-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.esdoc.json
33 lines (33 loc) · 846 Bytes
/
.esdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"source": "./src",
"destination": "./docs",
"includes": [".js$"],
"excludes": ["(node_modules|build|docs|views|gulpfile*)"],
"access": ["public", "protected", "private"],
"autoPrivate": true,
"unexportIdentifier": false,
"undocumentIdentifier": true,
"builtinExternal": true,
"index": "./README.md",
"package": "./package.json",
"coverage": true,
"includeSource": true,
"test": {
"type": "mocha",
"source": "./test",
"includes": [".js$"]
},
"title": "Popcorn API",
"plugins": [{
"name": "esdoc-es7-plugin"
}],
"manual": {
"changelog": ["./CHANGELOG.md"],
"example": ["./manual/example.md"],
"installation": ["./manual/installation.md"],
"overview": ["./manual/overview.md"],
"tutorial": ["./manual/tutorial.md"],
"usage": ["./manual/usage.md"]
},
"lint": true
}