-
Notifications
You must be signed in to change notification settings - Fork 8
/
jsdoc.json
29 lines (29 loc) · 835 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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": [
"./lib/logic.js",
"./lib/curve/constant.js",
"./lib/curve/fuzzy-function.js",
"./lib/curve/grade.js",
"./lib/curve/reverse-grade.js",
"./lib/curve/shape.js",
"./lib/curve/sigmoid.js",
"./lib/curve/trapezoid.js",
"./lib/curve/triangle.js"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"analytics":{"ua":"UA-85700100-2", "domain":"https://sebs.github.io/es6-fuzz/"},
"plugins": [],
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"systemName" : "es6-fuzz",
"copyright" : "Sebastian Schürmann"
}
}