-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
45 lines (45 loc) · 945 Bytes
/
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
40
41
42
43
44
45
{
"opts": {
"encoding": "utf8",
"destination": "docs/js",
"packageX": "package.json",
"readme": "README.md",
"recurse": true,
"allowedGlobals": [
"canonicalToHybrid",
"clearFieldErrors",
"errorKeysToTraverse",
"extractErrorStructure",
"extractNestedSuberrors",
"extractZIDs",
"fieldErrors",
"getErrorMessage",
"extractErrorMessage",
"getValueFromCanonicalZMap",
"hasFieldErrors",
"hybridToCanonical",
"prefetchZids",
"setLocalError"
],
"template": "node_modules/jsdoc-wmf-theme"
},
"plugins": [
"node_modules/jsdoc-wmf-theme/plugins/default"
],
"recurseDepth": 10,
"source": {
"include": [ "resources" ],
"exclude": [ "resources/lib" ],
"includePattern": ".+\\.js$"
},
"tags": {},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/WikiLambda/"
}
}
}