forked from UWARG/WARG-Ground-Station
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
39 lines (36 loc) · 1.19 KB
/
jsdoc.json
File metadata and controls
39 lines (36 loc) · 1.19 KB
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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": ["./app/", "package.json", "README.md"],
"exclude": ["./app/lib/"],
"includePattern": ".+.js(doc)?$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"templates": {
"systemName" : "WARG Groundstation",
"footer" : "",
"copyright" : "Copyright Waterloo Aerial Robotics Group 2016",
"includeDate" : true,
"navType" : "inline",
"theme" : "yeti",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : false,
"outputSourceFiles" : true ,
"outputSourcePath" : false,
"dateFormat" : "DD-MM-YYYY",
"syntaxTheme" : "default",
"sort" : true
},
"opts": {
"template": "./node_modules/ink-docstrap/template", // same as -t templates/default
"encoding": "utf8", // same as -e utf8
"destination": "./docs/", // same as -d ./out/
"recurse": true, // same as -r
"private" : true
}
}