forked from xch89820/backchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.conf
28 lines (28 loc) · 1.05 KB
/
jsdoc.conf
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
{
"source":{
"exclude" : ["src/backchart.utils/codepage/cptable.js","src/backchart.utils/codepage/cputils.js","src/backchart.utils/js-csv/jquery.csv.js","src/backchart.utils/js-xls/xls.js","src/backchart.utils/js-xlsx/xlsx.js","src/backchart.utils/jszip/jszip.js"]
},
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourceFiles" : true
},
"systemName" : "Backchart",
"footer" : "Open source project and code licensed under MIT License(https://github.com/xch89820/backchart/blob/master/LICENSE-MIT)",
"theme" : "cosmo",
"navType" : "vertical",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
},
"lenient": true,
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}