-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
44 lines (44 loc) · 1.03 KB
/
jsdoc.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [ "jsdoc" ]
},
"source": {
"include": [ "index.js", "./lib" ],
"exclude": [ "*.spec.js" ]
},
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"systemName": "Utility: NodeJS Log",
"footer": "",
"copyright": "Utility: NodeJS Log Copyright © 2016 The contributors to the project.",
"includeDate": true,
"navType": "vertical",
"theme": "paper",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"outputSourceFiles": true,
"outputSourcePath": true,
"dateFormat": "~HH:mm:ss.SSS, dddd, Do MMMM YYYY ZZ",
"syntaxTheme": "default",
"sort": true
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"readme": "./README.md",
"package": "./package.json"
},
"markdown": {
"parser": "gfm",
"idInHeadings": true
}
}