Skip to content

Commit f136413

Browse files
committed
Tinker with doclets.io
1 parent 0ab0a8d commit f136413

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/js-partial-foreach.js

+5
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@
335335
* Sets the global config options for "foreach" partial.
336336
*
337337
* @function setOptions
338+
* @memberOf foreach
338339
*
339340
* @param {object} [options] The object, which contains the config options.
340341
*
@@ -360,6 +361,7 @@
360361
* Gets the global config options for "foreach" partial.
361362
*
362363
* @function getOptions
364+
* @memberOf foreach
363365
*
364366
* @returns {{
365367
* checkArguments : boolean,
@@ -371,5 +373,8 @@
371373
return processOptions();
372374
};
373375

376+
/**
377+
* @exports js/partial/foreach
378+
*/
374379
return foreach;
375380
}));

0 commit comments

Comments
 (0)