-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconf.json
More file actions
28 lines (28 loc) · 748 Bytes
/
conf.json
File metadata and controls
28 lines (28 loc) · 748 Bytes
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
{
"opts" : {
"template" : "../../node_modules/jaguarjs-jsdoc"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include" : ["InterfaceDesigner-main.js"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"default" : {
"includeDate" : false,
"outputSourceFiles": false,
"outputSourcePath" : false
},
"applicationName": "Interface Designer",
"meta": {
"title": "Interface Designer",
"description": "Interface Designer GE API documentation",
"keyword": "api docs doxygen"
},
"linenums" : false
}
}