summaryrefslogtreecommitdiff
path: root/lib/unmemoize.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unmemoize.js')
-rw-r--r--lib/unmemoize.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/unmemoize.js b/lib/unmemoize.js
index e7d9765..e8537d9 100644
--- a/lib/unmemoize.js
+++ b/lib/unmemoize.js
@@ -4,8 +4,9 @@
*
* @name unmemoize
* @static
- * @memberOf async
- * @see async.memoize
+ * @memberOf module:async
+ * @method
+ * @see [async.memoize]{@link module:async.memoize}
* @category Util
* @param {Function} fn - the memoized function
* @returns {Function} a function that calls the original unmemoized function