forked from adobe-webplatform/Snap.svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dr.json
33 lines (33 loc) · 1.23 KB
/
dr.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
{
"title": "Snap.svg",
"output": "doc/reference.html",
"template": "template.dot",
"files": [{
"url": "src/svg.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/svg.js"
}, {
"url": "src/matrix.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/matrix.js"
}, {
"url": "src/paper.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/paper.js"
}, {
"url": "src/equal.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/equal.js"
}, {
"url": "src/mina.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/mina.js"
}, {
"url": "src/filter.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/filter.js"
}, {
"url": "src/mouse.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/mouse.js"
}, {
"url": "src/path.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js"
}, {
"url": "src/set.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/set.js"
}]
}