-
Notifications
You must be signed in to change notification settings - Fork 584
/
jsdoc.json
48 lines (48 loc) · 1.06 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
40
41
42
43
44
45
46
47
48
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"source": {
"include": ["./node_modules/hammerjs/src"],
"exclude": ["node_modules/hammerjs/src/hammer.suffix.js","node_modules/hammerjs/src/hammer.prefix.js"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles" : true
},
"applicationName": "Hammer.js",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "Hammer.js API",
"description": "",
"keyword": ""
}
},
"markdown": {
"parser": "gfm",
"hardwrap": true,
"tags": ["examples"]
},
"opts": {
"template": "./jsdoc-template",
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"query": "value",
"private": true,
"lenient": true
}
}