forked from mpmedia/hypecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
54 lines (54 loc) · 1.69 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
49
50
51
52
53
54
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"README.md",
"app/core",
"app/core/Hype",
"app/core/Hype/Abstract",
"app/core/Hype/Auth",
"app/core/Hype/Database",
"app/core/Hype/Server",
"app/core/Plugins/Admin",
"app/core/Plugins/Admin/lib",
"app/core/Plugins/Auth",
"app/core/Plugins/Auth/lib",
"app/core/Plugins/Cart",
"app/core/Plugins/Cart/lib",
"app/core/Plugins/Category",
"app/core/Plugins/Category/lib",
"app/core/Plugins/Checkout",
"app/core/Plugins/Checkout/lib",
"app/core/Plugins/Cms",
"app/core/Plugins/Cms/lib",
"app/core/Plugins/Customer",
"app/core/Plugins/Customer/lib",
"app/core/Plugins/Email",
"app/core/Plugins/Email/lib",
"app/core/Plugins/Media",
"app/core/Plugins/Media/lib",
"app/core/Plugins/Product",
"app/core/Plugins/Product/lib",
"app/core/Plugins/Sales",
"app/core/Plugins/Sales/lib",
"app/core/Plugins/Store",
"app/core/Plugins/Store/lib",
"app/core/Plugins/System",
"app/core/Plugins/System/lib",
"app/core/Plugins/Tax",
"app/core/Plugins/Tax/lib"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
}
}