summaryrefslogtreecommitdiff
path: root/lib/reflectAll.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r--lib/reflectAll.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/reflectAll.js b/lib/reflectAll.js
index 6167e6c..160334c 100644
--- a/lib/reflectAll.js
+++ b/lib/reflectAll.js
@@ -1,13 +1,16 @@
import reflect from './reflect';
/**
+ * ```
+ * import reflectAll from 'async/reflectAll'
+ * ```
* A helper function that wraps an array of functions with reflect.
*
* @name reflectAll
* @static
- * @memberOf module:async
+ * @memberOf module:Utils
* @method
- * @see [async.reflect]{@link module:async.reflect}
+ * @see [async.reflect]{@link module:Utils.reflect}
* @category Util
* @param {Array} tasks - The array of functions to wrap in `async.reflect`.
* @returns {Array} Returns an array of functions, each function wrapped in