summaryrefslogtreecommitdiff
path: root/lib/timesSeries.js
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:30:17 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:55:17 -0400
commit90c4f893a30044b67d48a62e42d2c42f379a822f (patch)
tree772d596624a7380256f24baeb238b617703d30c2 /lib/timesSeries.js
parentc0b433b4e165fab24b7b95b90d5536c520b7bd87 (diff)
downloadasync-90c4f893a30044b67d48a62e42d2c42f379a822f.tar.gz
Initial jsdoc documentation (using minami template)
Diffstat (limited to 'lib/timesSeries.js')
-rw-r--r--lib/timesSeries.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/timesSeries.js b/lib/timesSeries.js
index 28a5434..2a46a73 100644
--- a/lib/timesSeries.js
+++ b/lib/timesSeries.js
@@ -6,8 +6,9 @@ import doLimit from './internal/doLimit';
*
* @name timesSeries
* @static
- * @memberOf async
- * @see async.times
+ * @memberOf module:async
+ * @method
+ * @see [async.times]{@link module:async.times}
* @category Control Flow
* @param {number} n - The number of times to run the function.
* @param {Function} iteratee - The function to call `n` times. Invoked with the