-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
dr.json
48 lines (48 loc) · 1.88 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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/element.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/element.js"
}, {
"url": "src/attr.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/attr.js"
}, {
"url": "src/animation.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/animation.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/class.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/class.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"
}, {
"url": "src/colors.js",
"link": "https://github.com/adobe-webplatform/Snap.svg/blob/master/src/colors.js"
}]
}