Skip to content

Commit e48eaf5

Browse files
committed
Tinker with doclets.io
1 parent 9c33d17 commit e48eaf5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/js-partial-foreach.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @version 1.0.3
77
*
88
* @author Richard King <richrdkng@gmail.com> [GitHub]{@link https://github.com/richrdkng}
9-
* @license MIT
9+
* @license [MIT]{@link https://github.com/jsopenstd/js-partial-foreach/blob/master/license.md}
1010
*/
1111

1212
/**
@@ -75,6 +75,7 @@
7575
* If it is disabled, always two arguments will be passed to the callback function,
7676
* the first will be the actual **key**, the second will be the actual **value** of the container object.
7777
*
78+
* @private
7879
* @type {boolean}
7980
* @default true
8081
*/
@@ -89,6 +90,7 @@
8990
*
9091
* If it is disabled, every key => value of the container object will be passed to the callback function.
9192
*
93+
* @private
9294
* @type {boolean}
9395
* @default true
9496
*/
@@ -103,6 +105,7 @@
103105
*
104106
* If it is disabled, no change and/or cast will occur on the first (key) argument.
105107
*
108+
* @private
106109
* @type {boolean}
107110
* @default true
108111
*/
@@ -111,6 +114,9 @@
111114
/**
112115
* Processes the config options of the "foreach" partial.
113116
*
117+
* @private
118+
* @function processOptions
119+
*
114120
* @param {object} [options] The object, which contains the config options.
115121
* @param {boolean} [setGlobal] Whether the passed config options should change
116122
* the global config options for "foreach".

0 commit comments

Comments
 (0)