summaryrefslogtreecommitdiff
path: root/lib/mapValues.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/mapValues.js
parentc0b433b4e165fab24b7b95b90d5536c520b7bd87 (diff)
downloadasync-90c4f893a30044b67d48a62e42d2c42f379a822f.tar.gz
Initial jsdoc documentation (using minami template)
Diffstat (limited to 'lib/mapValues.js')
-rw-r--r--lib/mapValues.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mapValues.js b/lib/mapValues.js
index 83ffc43..a1f7967 100644
--- a/lib/mapValues.js
+++ b/lib/mapValues.js
@@ -17,7 +17,8 @@ import doLimit from './internal/doLimit';
*
* @name mapValues
* @static
- * @memberOf async
+ * @memberOf module:async
+ * @method
* @category Collection
* @param {Object} obj - A collection to iterate over.
* @param {Function} iteratee - A function to apply to each value and key in