-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
33 lines (33 loc) · 632 Bytes
/
Copy pathjsdoc.json
File metadata and controls
33 lines (33 loc) · 632 Bytes
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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": [
"Internals",
"Modules",
"Commands",
"Database",
"Web"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(node_modules|tests|docs|scripts)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"destination": "./docs/api",
"recurse": true,
"readme": "./README.md",
"template": "node_modules/docdash"
}
}