Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Sep 25, 2017
1 parent 73dee6f commit 9b300c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules/**
package-lock.json
docs.json
3 changes: 3 additions & 0 deletions jsdoc.json
@@ -0,0 +1,3 @@
{
"plugins": ["node_modules/jsdoc-strip-async-await"]
}
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -22,5 +22,12 @@
"uws": false,
"erlpack": false,
"src/transports/IPC.js": false
},
"devDependencies": {
"discord.js-docgen": "github:hydrabolt/discord.js-docgen",
"jsdoc-strip-async-await": "^0.1.0"
},
"scripts": {
"docs": "docgen --source src --output docs.json --jsdoc jsdoc.json"
}
}

0 comments on commit 9b300c7

Please sign in to comment.