Skip to content

Commit

Permalink
Docs: Add JSDoc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Aug 24, 2017
1 parent ac3f361 commit a285315
Show file tree
Hide file tree
Showing 42 changed files with 17,453 additions and 8 deletions.
18 changes: 18 additions & 0 deletions .jsdoc.json
@@ -0,0 +1,18 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": [ "./src" ]
},
"opts": {
"template": "node_modules/minami",
"encoding": "utf8",
"destination": "./docs",
"recurse": true
},
"templates": {
"cleverLinks": false
}
}

0 comments on commit a285315

Please sign in to comment.