forked from JCMais/node-libcurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
45 lines (44 loc) · 998 Bytes
/
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
45
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"source": {
"include": ["lib", "README.md"]
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"logoFile": "",
"dateFormat": "ddd MMM Do YYYY",
"includeDate" : true,
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "node-libcurl",
"footer": "",
"copyright": "Jonathan Cardoso Machado Copyright © 2015-2016",
"navType": "vertical",
"theme": "united",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"protocol": "html://",
"methodHeadingReturns": false,
"syntaxTheme" : "dark"
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "./docs/",
"recurse": true,
"package": "./package.json"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}