diff options
author | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-06-29 01:35:29 -0400 |
---|---|---|
committer | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-06-29 01:56:11 -0400 |
commit | 7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da (patch) | |
tree | 942b9ea5e9a18f7f55fd01c51555d0c01f82fc5e /lib/reflectAll.js | |
parent | 90c4f893a30044b67d48a62e42d2c42f379a822f (diff) | |
download | async-7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da.tar.gz |
jsdocs: using proxy modules as categories, modifying minami theme
jsdocs: style fix in outputted html
jsdoc: added documentation to support script
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r-- | lib/reflectAll.js | 7 |
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 |