-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path.esdoc.json
31 lines (31 loc) · 935 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
{
"source": "./src",
"destination": "./docs",
"includes": ["\\.js$"],
"excludes": ["timeline(|-spec)\\.js$"],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": false},
"coverage": {"enable": true},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": false},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"logo": "",
"title": "jQuery.Timeline",
"description": "You can easily create the horizontal timeline with two types by using this jQuery plugin.",
"repository": "https://github.com/ka215/jquery.timeline",
"site": "https://ka2.org/",
"author": "ka2@ka2.org",
"image": ""
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {"all": true}
}]
}