-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjsdoc.json
41 lines (41 loc) · 992 Bytes
/
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
{
"tags": {
"allowUnknownTags": true
},
"plugins": [
"plugins/markdown",
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
"./node_modules/better-docs/category"
],
"source": {
"include": [
"dist/source",
"README.md"
],
"includePattern": ".+\\.brs"
},
"templates": {
"referenceTitle": "TKSS rodash API Docs",
"disableSort": false,
"collapse": true,
"search": true,
"better-docs": {
"name": "TKSS Rodash Documentation",
"title": "TKSS Rodash Documentation",
"trackingCode": "<meta name=\"google-site-verification\" content=\"IVaPF4Je5SuaIMkLdL7WCG9LimjBGTzwaUfVpbhPRdk\" />",
"navLinks": [
{
"label": "Github",
"href": "https://github.com/TKSS-Software/rodash"
}
]
}
},
"opts": {
"recurse": true,
"brighterscript-jsdocs-plugin": {
"addModule": false,
"escapeHTMLCharacters": false
}
}
}