Skip to content

Commit 0cce30b

Browse files
authored
Merge pull request #106 from raszi/fix-jsdoc
doc: add proper JSDoc documentation
2 parents d242fc6 + 7389df5 commit 0cce30b

31 files changed

Lines changed: 15644 additions & 71 deletions

.jsdoc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"opts": {
3+
"destination": "docs",
4+
"readme": "README.md"
5+
},
6+
"source": {
7+
"include": ["lib"],
8+
"includePattern": ".+\\.js$",
9+
"excludePattern": ""
10+
},
11+
"plugins": [],
12+
"templates": {
13+
"default": {
14+
"outputSourceFiles": true
15+
}
16+
}
17+
}
19.1 KB
Binary file not shown.

docs/fonts/OpenSans-Bold-webfont.svg

Lines changed: 1830 additions & 0 deletions
Loading
21.9 KB
Binary file not shown.
19.7 KB
Binary file not shown.

docs/fonts/OpenSans-BoldItalic-webfont.svg

Lines changed: 1830 additions & 0 deletions
Loading
22.5 KB
Binary file not shown.
19.8 KB
Binary file not shown.

docs/fonts/OpenSans-Italic-webfont.svg

Lines changed: 1830 additions & 0 deletions
Loading
22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)