forked from LaserWeb/LaserWeb4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
27 lines (27 loc) · 660 Bytes
/
jsdoc.json
File metadata and controls
27 lines (27 loc) · 660 Bytes
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
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./src/"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"package": "./package.json",
"destination": "./docs/",
"encoding": "utf8",
"recurse": true,
"private": true
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"default": {
"outputSourceFiles": true,
"useLongnameInNav": true
}
}
}