diff options
author | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-06-29 01:30:17 -0400 |
---|---|---|
committer | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-06-29 01:55:17 -0400 |
commit | 90c4f893a30044b67d48a62e42d2c42f379a822f (patch) | |
tree | 772d596624a7380256f24baeb238b617703d30c2 /lib/auto.js | |
parent | c0b433b4e165fab24b7b95b90d5536c520b7bd87 (diff) | |
download | async-90c4f893a30044b67d48a62e42d2c42f379a822f.tar.gz |
Initial jsdoc documentation (using minami template)
Diffstat (limited to 'lib/auto.js')
-rw-r--r-- | lib/auto.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/auto.js b/lib/auto.js index bb8ee87..6b5c3d2 100644 --- a/lib/auto.js +++ b/lib/auto.js @@ -26,7 +26,8 @@ import onlyOnce from './internal/onlyOnce'; * * @name auto * @static - * @memberOf async + * @memberOf module:async + * @method * @category Control Flow * @param {Object} tasks - An object. Each of its properties is either a * function or an array of requirements, with the function itself the last item |