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-pages
for pushing generated documentation to github gh-pagesjsdoc:lib
to generate jsdoc documentationdocument
which 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: