-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.conf.json
More file actions
38 lines (36 loc) · 824 Bytes
/
jsdoc.conf.json
File metadata and controls
38 lines (36 loc) · 824 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
28
29
30
31
32
33
34
35
36
{
"source": {
"include": ["README.md", "src", "./package.json"]
},
"tags": {
"allowUnknownTags": true
},
"markdown": {
"excludeTags": ["author"]
},
"opts": {
"access": "all",
"encoding": "utf8",
"destination": "./docs",
"recurse": true,
"template": "node_modules/loke-jsdoc-theme"
},
"plugins": [
"plugins/markdown",
"./node_modules/loke-jsdoc-theme/plugins/async",
"./node_modules/loke-jsdoc-theme/plugins/rpc",
"./node_modules/loke-jsdoc-theme/plugins/api",
"./node_modules/loke-jsdoc-theme/plugins/timeout"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"default": {
"outputSourceFiles": true
},
"systemName": "HTZ-DISPATCH-EVENT",
"navType": "vertical",
"linenums": true,
"dateFormat": "MMMM Do YYYY, h:mm:ss a"
}
}