-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
44 lines (43 loc) · 878 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
{
"plugins": ["plugins/markdown"],
"source": {
"include": [
"src/",
"src/HDSigner",
"src/explorer",
"src/bip44",
"src/secp256k1",
"test",
"test/fixtures",
"test/integration"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {
"destination": "../docs/farvault-lib/",
"template": "node_modules/docdash"
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Farvault-lib Github repo": {
"href": "https://github.com/farvault/farvault-lib",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}