-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjsdoc.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathjsdoc.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"opts": {
"template": "./jsdoc_template/template",
"destination": "./build/docs",
"encoding": "utf8",
"recurse": true,
"tutorials": "./tutorials"
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-memberof-namespace"
],
"templates": {
"theme":"readable",
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": false,
"useLongnameInNav": true
},
"path": "ink-docstrap",
"navType": "vertical",
"linenums": true,
"dateFormat": "MMMM Do YYYY, h:mm:ss a",
"systemName":
"<div style='position: relative;top: -20px;font:bold;color: black;font-size: 31pt;font-weight: bolder;'><img style='vertical-align: sub;' src='img/mr.sgvizler.png' width='55px'/>Sgvizler 2</div>",
"systemTitle": "Sgvizler 2"
},
"source": {
"include": "build/module",
"exclude": "build/module/__test__",
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
}
}