-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc-client.json
57 lines (55 loc) · 1.77 KB
/
jsdoc-client.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
{
"plugins": [
"plugins/markdown"
],
"recurseDepth": 10,
"source": {
"include": ["./public/"],
"exclude": ["./public/res/"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"_sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"referenceTitle": "Kapto",
"systemName": "Kapto API",
"cleverLinks": false,
"monospaceLinks": false,
"_systemLogo": "./public/res/logo.png",
"systemSummary": "Kapto is being developed under H2IOSC project as part of task 7.7 (Immersive Analytics Hub). The service allows remote devices, labs, research nodes, online web-applications or public exhibits to track interactive sessions. This is documentation for Kapto client component.",
"search": true,
"outputSourceFiles": false,
"outputSourcePath": false
},
"docdash": {
"search": true,
"collapse": true,
"_commonNav": true,
"_scripts": ["../../res/css/docdash.css"],
"menu": {
"GitHub": {
"href":"https://github.com/phoenixbf/kapto",
"target":"_blank",
"class":"menu-item",
"id":"github"
}
},
"meta": {
"title": "Kapto API",
"description": "Kapto (CNR ISPC) API for developers",
"keyword": "Web3D WebXR nodejs 3D Tracking Analytics"
}
},
"opts": {
"destination": "./public/api-docs-client/",
"template": "node_modules/docdash",
"recurse": true,
"verbose": true,
"encoding": "utf8",
"_readme": "./services/tools/API.md"
}
}