-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
39 lines (39 loc) · 1.04 KB
/
jsdoc.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
34
35
36
37
38
39
{
"opts": {
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"template": "node_modules/@escommunity/minami"
},
"source": {
"include": [
"index.js",
"bin/index.js",
"commands/index.js",
"commands/add.js",
"commands/remove.js",
"commands/build.js",
"commands/create.js",
"commands/init.js",
"commands/service.js",
"commands/connect.js",
"commands/configure.js",
"commands/start.js",
"commands/debug.js",
"commands/archive.js",
"commands/schema.js",
"src/REPL.js",
"src/utils.js",
"src/agent.js",
"src/i18n/index.js",
"src/i18n/english.js",
"src/i18n/french.js"
],
"exclude": [
"node_modules",
"client"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
}
}