-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc-config.json
35 lines (35 loc) · 1.01 KB
/
jsdoc-config.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
{
"plugins": [],
"recurseDepth": 10,
"source": {
"include": [ "./handlers/", "./utilities/", "./README.md" ]
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"recurse": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName" : "Worldstate Emitter",
"footer" : "",
"copyright" : "©2024, WFCD",
"includeDate" : true,
"navType" : "inline",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"dateFormat" : "dddd, MMMM Do YYYY, HH:mm:ss",
"syntaxTheme" : "dark",
"sort" : "longname, version, since",
"search" : true
}
}