Skip to content

Commit

Permalink
Boomerang Documentation Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Apr 4, 2018
1 parent 4cd19e2 commit 226062f
Show file tree
Hide file tree
Showing 180 changed files with 20,107 additions and 10,449 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@
"operator-linebreak": [2, "after"],
"space-in-parens": [2, "never"],
"no-debugger": "error",

//
// To enable soon
//

//"require-jsdoc": "error",
//"valid-jsdoc": "error",

//
// Disabled rules
Expand Down
6 changes: 4 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ module.exports = function() {
destination: "build/doc",
package: "package.json",
readme: "README.md",
configure: "jsdoc.conf.json"
configure: "jsdoc.conf.json",
template: "doc-template"
}
}
},
Expand Down Expand Up @@ -728,7 +729,8 @@ module.exports = function() {
files: [
"boomerang.js",
"plugins/*.js",
"doc/**/**"
"doc/**/**",
"README.md"
],
tasks: ["clean", "jsdoc"]
}
Expand Down
Loading

0 comments on commit 226062f

Please sign in to comment.