Skip to content

Commit 81c31cd

Browse files
committed
Upgraded ESDoc dependency
Improved documentation in couple places.
1 parent a35ff52 commit 81c31cd

File tree

7 files changed

+3222
-752
lines changed

7 files changed

+3222
-752
lines changed

esdoc.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,44 @@
44
"includes": ["\\.js$"],
55
"excludes": ["external", "internal"],
66
"package": "./package.json",
7-
"title": "Neo4j Bolt Driver for Javascript",
8-
"unexportIdentifier": true,
9-
"undocumentIdentifier": false,
10-
"access": ["public", "protected"]
7+
"plugins": [
8+
{
9+
"name": "esdoc-importpath-plugin",
10+
"option": {
11+
"replaces": [
12+
{
13+
"from": "^src/",
14+
"to": "lib/"
15+
}
16+
]
17+
}
18+
},
19+
{
20+
"name": "esdoc-standard-plugin",
21+
"option": {
22+
"lint": {
23+
"enable": false
24+
},
25+
"accessor": {
26+
"access": [
27+
"public"
28+
],
29+
"autoPrivate": true
30+
},
31+
"undocumentIdentifier": {
32+
"enable": true
33+
},
34+
"unexportedIdentifier": {
35+
"enable": false
36+
},
37+
"typeInference": {
38+
"enable": true
39+
},
40+
"brand": {
41+
"title": "Neo4j Bolt Driver for Javascript",
42+
"repository": "https://github.com/neo4j/neo4j-javascript-driver"
43+
}
44+
}
45+
}
46+
]
1147
}

0 commit comments

Comments
 (0)