require("tasks/document")(grunt, gruntModuleDirectory)
this function registers a grunt task to generate jsdoc from sources and uploading them to gh-pages branch in github. The below tasks are created
gh-pagesfor pushing generated documentation to github gh-pagesjsdoc:libto generate jsdoc documentationdocumentwhich is an alias tojsdoc:lib
Parameters:
| Name | Type | Description |
|---|---|---|
grunt |
* | the grunt object |
gruntModuleDirectory |
string | the directory where the grunt modules are located |
- Source:
this module registers a grunt task to generate jsdoc from sources and uploading them to gh-pages branch in github.
- Source: