-
Notifications
You must be signed in to change notification settings - Fork 3
/
jsdoc.json
62 lines (62 loc) · 2.52 KB
/
jsdoc.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"recurseDepth": 10,
"source": {
"include": ["package.json", "./doc/jsdoc.md"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName" : "Haxball Headless Manager",
"systemSummary" : "Suite of management scripts for headless haxball hosts, including plugins with dependency management",
"systemLogo" : "",
"systemColor" : "",
"footer" : "",
"copyright" : "",
"includeDate" : true,
"dateFormat" : "YYYY-MM-DD HH:mm:ss",
"inlineNav" : false,
"inverseNav" : true,
"navMembers" : [
{"kind": "class", "title": "Classes", "summary": "All documented classes."},
{"kind": "external", "title": "Externals", "summary": "All documented external members."},
{"kind": "global", "title": "Globals", "summary": "All documented globals."},
{"kind": "mixin", "title": "Mixins", "summary": "All documented mixins."},
{"kind": "interface", "title": "Interfaces", "summary": "All documented interfaces."},
{"kind": "module", "title": "Modules", "summary": "All documented modules."},
{"kind": "namespace", "title": "Namespaces", "summary": "All documented namespaces."},
{"kind": "tutorial", "title": "Guides", "summary": "All available guides."}
],
"linenums" : true,
"showTableOfContents" : true,
"showAccessFilter" : true,
"analytics" : "",
"collapseSymbols" : true,
"methodHeadingReturns" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"sort" : "linenum, longname, version, since",
"search" : true,
"favicon" : "",
"stylesheets" : [],
"scripts" : []
},
"opts": {
"destination": "./dist/api/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/foodoc/template",
"tutorials": "./jsdoc"
}
}