mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Add start and end options in jsdoc for the authors method
This commit is contained in:
parent
a6e9dca4c8
commit
de3843dc30
1 changed files with 2 additions and 0 deletions
|
@ -520,6 +520,8 @@ GitStats.prototype.ansiCalendar = function (options, callback) {
|
|||
* @param {String|Object} options The repo path or an object containing the following fields:
|
||||
*
|
||||
* - `repo` (String): The repository path.
|
||||
* - `start` (String): The start date.
|
||||
* - `end` (String): The end date.
|
||||
*
|
||||
* @param {Function} callback The callback function.
|
||||
* @return {GitStats} The `GitStats` instance.
|
||||
|
|
Loading…
Reference in a new issue