summaryrefslogtreecommitdiff
path: root/lib/auto.js
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:35:29 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:56:11 -0400
commit7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da (patch)
tree942b9ea5e9a18f7f55fd01c51555d0c01f82fc5e /lib/auto.js
parent90c4f893a30044b67d48a62e42d2c42f379a822f (diff)
downloadasync-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/auto.js')
-rw-r--r--lib/auto.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/auto.js b/lib/auto.js
index 6b5c3d2..c6f291c 100644
--- a/lib/auto.js
+++ b/lib/auto.js
@@ -10,6 +10,9 @@ import rest from 'lodash/rest';
import onlyOnce from './internal/onlyOnce';
/**
+ * ```
+ * import auto from 'async/auto'
+ * ```
* Determines the best order for running the functions in `tasks`, based on
* their requirements. Each function can optionally depend on other functions
* being completed first, and each function is run as soon as its requirements
@@ -26,7 +29,7 @@ import onlyOnce from './internal/onlyOnce';
*
* @name auto
* @static
- * @memberOf module:async
+ * @memberOf module:ControlFlow
* @method
* @category Control Flow
* @param {Object} tasks - An object. Each of its properties is either a