forked from enyojs/enyo-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc-conf.json
44 lines (44 loc) · 908 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
39
40
41
42
43
44
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"../enyo/source",
"../enyo/docs/external.jsdoc",
"../lib/moonstone/source",
"../lib/moonstone/version.js",
"../lib/layout/contextual/source",
"../lib/layout/easing/source",
"../lib/layout/fittable/source",
"../lib/layout/imageview/source",
"../lib/layout/list/source",
"../lib/layout/panels/source",
"../lib/layout/slideable/source",
"../lib/layout/tree/source",
"../lib/spotlight",
"../lib/onyx/source",
"../lib/onyx/version.js",
"../lib/canvas/"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "package\\.js"
},
"opts": {
"encoding": "utf8",
"recurse": true,
"private": false,
"lenient": false,
"template": "."
},
"plugins": [
"plugins/markdown",
"ext/glossary",
"ext/utility",
"ext/ui"
],
"markdown": {
"parser": "gfm",
"hardwrap": false
}
}