Skip to content
Permalink
Browse files
updated command to generate documentation
  • Loading branch information
aa7401 committed Jun 23, 2017
1 parent 2fcc2f5 commit 2893cf73dd5d52273ef954262a74fc40e60b65a5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -434,9 +434,9 @@ You should also add standard JavaScript comments to explain the code itself. The

JSDoc is available as a NodeJS plugin. It has already been added as a _Dev Dependency_ in the `package.json` file and so it should already be installed. Lets use it to build the documentation for our modules.
```
node_modules/.bin/jsdoc modules/
ode_modules/.bin/jsdoc -d docs/jsdoc/ modules/
```
This will create an `out/` directory containing the complete documentation as a website.
This will create a `docs/jsdoc/` directory containing the complete documentation as a website.
```
.
├── fonts

0 comments on commit 2893cf7

Please sign in to comment.