From de3843dc30d1a5a4dd1e8264d485781a42424f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sat, 23 Dec 2017 21:00:29 +0200 Subject: [PATCH] Add start and end options in jsdoc for the authors method --- lib/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/index.js b/lib/index.js index 571ccda..9b7bf4a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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.