-
Notifications
You must be signed in to change notification settings - Fork 308
/
jsdoc.json
executable file
·42 lines (41 loc) · 1.23 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
{
"source": {
"include": ["."],
"exclude": ["test/", "node_modules/",
"js/tests/", "js/vendor/",
"coverage/", "dont-deploy/", "doc/",
"aesasm.js",
"e10s.js",
"strg.js",
"sjcl.js",
"fileapi.js",
"karma.conf.js.js",
"js/chat/mpenc.js",
"js/transfers/meths/firefox-extension.js",
"js/jquery.checkboxes.js",
"js/jquery.misc.js",
"js/jquery.qrcode.js",
"js/jquery.tokeninput.js"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"applicationName": "Mega Webclient",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "Mega Webclient",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "Mega Webclient",
"description": "",
"keyword": ""
}
},
"plugins": ["plugins/markdown"]
}