-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesdoc.json
32 lines (32 loc) · 1.05 KB
/
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
{
"source": "./src",
"destination": "./docs",
"includes": ["\\.js$", "\\.mjs$"],
"index": "./README.md",
"excludes": ["logger.min.mjs"],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": false},
"coverage": {"enable": false},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": true},
"typeInference": {"enable": true},
"brand": {
"logo": "./evitcastudio_round_branding.png",
"title": "Parallax",
"description": "A parallax module that will enable effortless integration of depth effects into your game.",
"repository": "https://github.com/EvitcaStudio/Parallax",
"author": "https://github.com/doubleactii",
"image": "./evitcastudio_round_branding.png"
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {"all": true}
}
]
}