Skip to content

Commit

Permalink
Use fully-qualified names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobond committed Jun 1, 2016
1 parent 262ecd9 commit 0c5463c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions jsdoc.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"templates": {
"default": {
"useLongnameInNav": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"test": "make test",
"jsdoc": "jsdoc",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint . || true"
},
"engines": {
Expand Down

0 comments on commit 0c5463c

Please sign in to comment.