-
Notifications
You must be signed in to change notification settings - Fork 6
/
jsdoc.json
36 lines (36 loc) · 848 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
30
31
32
33
34
35
36
{
"source": {
"include": [
"src/jsketch.js",
"src/jsketch.svg.js",
"src/sketchable.js",
"src/sketchable.utils.js",
"src/sketchable.memento.js",
"src/sketchable.animate.js",
"src/sketchable.serializer.js",
"src/sketchable.svg.js",
"src/jquery.sketchable.js",
"src/jquery.sketchable.memento.js",
"src/jquery.sketchable.animate.js",
"src/jquery.sketchable.serializer.js",
"src/jquery.sketchable.svg.js"
]
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": true,
"default": {
"staticFiles": {
"__note__": "See https://github.com/jsdoc3/jsdoc/issues/1266",
"include": ["figs"]
}
}
},
"opts": {
"destination": "docs",
"readme": "README.md",
"template": "node_modules/minami"
}
}