summaryrefslogtreecommitdiff
path: root/lib/doDuring.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/doDuring.js')
-rw-r--r--lib/doDuring.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/doDuring.js b/lib/doDuring.js
index 6833a78..76050ab 100644
--- a/lib/doDuring.js
+++ b/lib/doDuring.js
@@ -3,14 +3,14 @@
import during from './during';
/**
- * The post-check version of [`during`](#during). To reflect the difference in
+ * The post-check version of {@link async.during}. To reflect the difference in
* the order of operations, the arguments `test` and `fn` are switched.
*
- * Also a version of [`doWhilst`](#doWhilst) with asynchronous `test` function.
+ * Also a version of {@link async.doWhilst} with asynchronous `test` function.
* @name doDuring
* @static
* @memberOf async
- * @see `async.during`
+ * @see async.during
* @category Control Flow
* @param {Function} fn - A function which is called each time `test` passes.
* The function is passed a `callback(err)`, which must be called once it has