summaryrefslogtreecommitdiff
path: root/lib/auto.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-06-21 11:15:53 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:56:30 -0400
commitd8abc2bd97ea25e4eb915a39a9802cda5bfea135 (patch)
treec95bac3d2a3da68187723c12a7d469e3c3a6f509 /lib/auto.js
parent7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da (diff)
downloadasync-d8abc2bd97ea25e4eb915a39a9802cda5bfea135.tar.gz
Genetate import path using jsdoc plugin
Diffstat (limited to 'lib/auto.js')
-rw-r--r--lib/auto.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/auto.js b/lib/auto.js
index c6f291c..ce9f259 100644
--- a/lib/auto.js
+++ b/lib/auto.js
@@ -10,9 +10,6 @@ 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