Add start and end options in jsdoc for the authors method

This commit is contained in:
Ionică Bizău 2017-12-23 21:00:29 +02:00
parent a6e9dca4c8
commit de3843dc30
1 changed files with 2 additions and 0 deletions

View File

@ -520,6 +520,8 @@ GitStats.prototype.ansiCalendar = function (options, callback) {
* @param {String|Object} options The repo path or an object containing the following fields: * @param {String|Object} options The repo path or an object containing the following fields:
* *
* - `repo` (String): The repository path. * - `repo` (String): The repository path.
* - `start` (String): The start date.
* - `end` (String): The end date.
* *
* @param {Function} callback The callback function. * @param {Function} callback The callback function.
* @return {GitStats} The `GitStats` instance. * @return {GitStats} The `GitStats` instance.