From 1f280b2b6e9cc17e1f8bd139f01ceb8a2dd7c536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 26 Jan 2015 10:05:46 +0200 Subject: [PATCH] JSDoc comment. --- lib/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/index.js b/lib/index.js index 665e8bf..dd1905a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -59,6 +59,16 @@ GitStats.record = function (data, callback) { }); }; +/** + * get + * Gets the git stats. + * + * @name get + * @function + * @param {Object} data The stats filter. **Not yet implemented**. + * @param {Function} callback The callback function. + * @return {undefined} + */ GitStats.get = function (data, callback) { if (typeof data === "function") { callback = data;