forked from DHBW-FN-TIT20/unevergamealone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc_conf.json
38 lines (38 loc) · 825 Bytes
/
jsdoc_conf.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
{
"plugins": [],
"recurseDepth": 10,
"source": {
"include": [
"app/bin",
"app/controllers",
"app/database",
"app/handlers",
"app/routes",
"app/views",
"app/public/javascripts"
],
"exclude": [
"node_modules",
".vscode",
"docs"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"opts": {
"encoding": "utf8",
"destination": "./docs/",
"recurse": true,
"readme": "./README.md"
},
"templates": {
"default": {
"staticFiles": {
"paths": [
"."
]
}
}
}
}