From 7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da Mon Sep 17 00:00:00 2001 From: Hubert Argasinski Date: Wed, 29 Jun 2016 01:35:29 -0400 Subject: jsdocs: using proxy modules as categories, modifying minami theme jsdocs: style fix in outputted html jsdoc: added documentation to support script --- lib/apply.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/apply.js') diff --git a/lib/apply.js b/lib/apply.js index 44f77e4..8c43e34 100644 --- a/lib/apply.js +++ b/lib/apply.js @@ -1,6 +1,9 @@ import rest from 'lodash/rest'; /** + * ``` + * import apply from 'async/apply' + * ``` * Creates a continuation function with some arguments already applied. * * Useful as a shorthand when combined with other control flow functions. Any @@ -9,7 +12,7 @@ import rest from 'lodash/rest'; * * @name apply * @static - * @memberOf module:async + * @memberOf module:Utils * @method * @category Util * @param {Function} function - The function you want to eventually apply all -- cgit v1.2.1