File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -1365,7 +1365,7 @@ var Counter = function () {
1365
1365
* Allocates a counter sequentially
1366
1366
* If a counter is specified, it will allocate it explicitly
1367
1367
* But it will skip over intermediate children, and subsequent allocations is still sequential
1368
- * @param {? number } counter
1368
+ * @param {number } [ counter]
1369
1369
* @returns {number|boolean }
1370
1370
* @throws {RangeError } - Will throw if the explicitly allocated counter is out of bounds
1371
1371
*/
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ class Counter {
355
355
* Allocates a counter sequentially
356
356
* If a counter is specified, it will allocate it explicitly
357
357
* But it will skip over intermediate children, and subsequent allocations is still sequential
358
- * @param {? number } counter
358
+ * @param {number } [ counter]
359
359
* @returns {number|boolean }
360
360
* @throws {RangeError } - Will throw if the explicitly allocated counter is out of bounds
361
361
*/
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ class Counter {
351
351
* Allocates a counter sequentially
352
352
* If a counter is specified, it will allocate it explicitly
353
353
* But it will skip over intermediate children, and subsequent allocations is still sequential
354
- * @param {? number } counter
354
+ * @param {number } [ counter]
355
355
* @returns {number|boolean }
356
356
* @throws {RangeError } - Will throw if the explicitly allocated counter is out of bounds
357
357
*/
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ <h1 class="page-title">Source: Counter.js</h1>
386
386
* Allocates a counter sequentially
387
387
* If a counter is specified, it will allocate it explicitly
388
388
* But it will skip over intermediate children, and subsequent allocations is still sequential
389
- * @param {? number} counter
389
+ * @param {number} [ counter]
390
390
* @returns {number|boolean}
391
391
* @throws {RangeError} - Will throw if the explicitly allocated counter is out of bounds
392
392
*/
@@ -475,7 +475,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
475
475
< br class ="clear ">
476
476
477
477
< footer >
478
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
478
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
479
479
</ footer >
480
480
481
481
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
56
56
< br class ="clear ">
57
57
58
58
< footer >
59
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
59
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
60
60
</ footer >
61
61
62
62
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
235
235
< br class ="clear ">
236
236
237
237
< footer >
238
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
238
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
239
239
</ footer >
240
240
241
241
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ <h3 class="subsection-title">Methods</h3>
241
241
242
242
243
243
244
- < h4 class ="name " id ="allocate "> < span class ="type-signature "> </ span > allocate< span class ="signature "> (counter< span class ="signature-attributes "> nullable </ span > )</ span > < span class ="type-signature "> → {number|boolean}</ span > </ h4 >
244
+ < h4 class ="name " id ="allocate "> < span class ="type-signature "> </ span > allocate< span class ="signature "> (counter< span class ="signature-attributes "> opt </ span > )</ span > < span class ="type-signature "> → {number|boolean}</ span > </ h4 >
245
245
246
246
247
247
@@ -303,9 +303,9 @@ <h5>Parameters:</h5>
303
303
304
304
< td class ="attributes ">
305
305
306
-
306
+ <optional > < br >
307
307
308
- <nullable > < br >
308
+
309
309
310
310
311
311
@@ -751,7 +751,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
751
751
< br class ="clear ">
752
752
753
753
< footer >
754
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
754
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
755
755
</ footer >
756
756
757
757
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
705
705
< br class ="clear ">
706
706
707
707
< footer >
708
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
708
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
709
709
</ footer >
710
710
711
711
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -994,7 +994,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
994
994
< br class ="clear ">
995
995
996
996
< footer >
997
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
997
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
998
998
</ footer >
999
999
1000
1000
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
244
244
< br class ="clear ">
245
245
246
246
< footer >
247
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:10:37 GMT+1100 (AEDT)
247
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.4.3</ a > on Thu Jan 25 2018 22:14:29 GMT+1100 (AEDT)
248
248
</ footer >
249
249
250
250
< script > prettyPrint ( ) ; </ script >
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ class Counter {
358
358
* Allocates a counter sequentially
359
359
* If a counter is specified, it will allocate it explicitly
360
360
* But it will skip over intermediate children, and subsequent allocations is still sequential
361
- * @param {? number } counter
361
+ * @param {number } [ counter]
362
362
* @returns {number|boolean }
363
363
* @throws {RangeError } - Will throw if the explicitly allocated counter is out of bounds
364
364
*/
You can’t perform that action at this time.
0 commit comments