-
Notifications
You must be signed in to change notification settings - Fork 2
/
jsdoc.conf
30 lines (30 loc) · 1022 Bytes
/
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
29
30
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName" : "json-fetch-cache",
"footer" : "",
"copyright" : "",
"includeDate" : true,
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"dateFormat" : "dddd, MMMM Do YYYY, HH:mm:ss",
"syntaxTheme" : "default",
"sort" : "longname, version, since",
"search" : true
}
}