UNPKG

611 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true
4 },
5 "source": {
6 "include": [
7 "config/",
8 "ctrl/",
9 "facade/",
10 "logic/",
11 "model/",
12 "util/"
13 ],
14 "exclude": [],
15 "includePattern": ".+\\.js(doc)?$",
16 "excludePattern": "(^|\\/|\\\\)_"
17 },
18 "plugins": ["plugins/markdown"],
19 "templates": {
20 "cleverLinks": false,
21 "monospaceLinks": false
22 },
23 "opts": {
24 "template": "templates/default",
25 "encoding": "utf8",
26 "destination": "./docs/reference",
27 "recurse": true,
28 "private": true,
29 "pedantic": true
30 }
31}