forked from tagspaces/tagspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.conf.json
61 lines (61 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"tags": {
"allowUnknownTags" : true
},
"plugins": ["node_modules/jsdoc/plugins/markdown"],
"source": {
"include": [
"data/js",
"data/node-webkit",
"data/electron",
"data/chromium",
"data/mozilla",
"data/cordova",
"data/web"
],
"exclude": [
"data/testfiles",
"data/libs/",
"data/ext/",
"data/mozilla/ioutils.js",
"data/mozilla/listen.js",
"data/mozilla/toolbarbutton.js",
"data/mozilla/unload+.js",
"data/node-webkit/node_modules/",
"data/pro/node_modules/",
"data/web/webdavlib/",
"data/cordova/fastclick/"
]
},
"templates": {
"cleverLinks" : false,
"monospaceLinks" : false,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"applicationName" : "TagSpaces API",
"systemName" : "TagSpaces API",
"navigationBackround" : "#008000", // #1DD19F
"footer" : "",
"copyright" : "Copyright © 2013-2016 The contributors to the TagSpaces project.",
"navType" : "vertical",
"theme" : "united",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"highlightTutorialCode" : true,
"default": {
"outputSourceFiles" : true
}
},
"markdown": {
"parser" : "gfm",
"hardwrap" : true
},
"opts": {
"template": "theme", // theme node_modules/ink-docstrap/template,
"encoding": "utf8",
"destination": "../docu/docs/dev/api/",
"recurse": true,
"readme": "README.md"
}
}