forked from HadoukenIO/js-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc-conf.json
43 lines (43 loc) · 1.16 KB
/
jsdoc-conf.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
{
"plugins": ["plugins/markdown"],
"source": {
"include": [
"out/src",
"out/src/api",
"out/src/api/window",
"out/src/api/system",
"out/src/api/clipboard",
"out/src/api/interappbus",
"out/src/api/interappbus/channel",
"out/src/api/application",
"out/src/api/notification",
"out/src/api/external-application",
"out/src/api/external-window",
"out/src/api/frame",
"out/src/api/global-hotkey"
]
},
"tags": {
"dictionaries": ["jsdoc","closure"],
"allowUnknownTags": true
},
"templates": {
"monospaceLinks": false,
"cleverLinks": false,
"default": {
"staticFiles": {
"include": [
"./jsdoc-template/static",
"./jsdoc-template/tmpl"
]
},
"outputSourceFiles": false,
"showTutorials": false
}
},
"opts": {
"destination": "./docs/",
"private": false,
"readme" : "docs.README.md"
}
}