-
Notifications
You must be signed in to change notification settings - Fork 0
/
.esdoc.json
33 lines (33 loc) · 921 Bytes
/
.esdoc.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
{
"source":"./src",
"destination":"./docs",
"package": "./package.json",
"plugins": [
{
"name": "esdoc-standard-plugin",
"options": {
"lint": {"enable": true},
"coverage": {"enable": false},
"accessor": {
"access": ["public", "protected"],
"autoPrivate": true
},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"title": "Foglet-ndp",
"description": "Simple neighbours delegated protocol",
"repository": "https://github.com/ran3d/foglet-ndp",
"site": "https://github.com/ran3d/foglet-ndp",
"author": "https://github.com/ran3d/"
},
"manual": {
"index": "./README.md",
"globalIndex": true
}
}
},
{"name": "esdoc-node"}
]
}