Skip to content

Commit ff0a086

Browse files
committed
docs: fix jsdoc
Signed-off-by: Snehil Shah <[email protected]>
1 parent d3fd4ef commit ff0a086

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

lib/node_modules/@stdlib/repl/lib/auto_close_pairs.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ function AutoCloser( rli ) {
6565
*
6666
* @name beforeKeypress
6767
* @memberof AutoCloser.prototype
68-
* @param {string} data - input data
69-
* @param {Object} key - key object
7068
* @returns {boolean} boolean indicating whether auto-delete was successful
7169
*/
7270
setNonEnumerableReadOnly( AutoCloser.prototype, 'beforeKeypress', function beforeKeypress() {
@@ -142,7 +140,6 @@ setNonEnumerableReadOnly( AutoCloser.prototype, 'beforeKeypress', function befor
142140
* @name onKeypress
143141
* @memberof AutoCloser.prototype
144142
* @param {string} data - input data
145-
* @param {Object} key - key object
146143
* @returns {boolean} boolean indicating whether auto-close was successful
147144
*/
148145
setNonEnumerableReadOnly( AutoCloser.prototype, 'onKeypress', function onKeypress( data ) {

lib/node_modules/@stdlib/repl/test/integration/test.auto_close_pairs.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ function moveBack( stream, N ) {
166166
* @private
167167
* @param {Object} t - test object
168168
* @param {Object} fixture - fixture object
169-
* @param {string} fixture.expression - incomplete expression string
170-
* @param {NonNegativeInteger} fixture.cursor - cursor position for inserting a character to trigger an insertion
171169
* @param {Function} done - callback to invoke upon completion
172170
*/
173171
function assertAutoClose( t, fixture, done ) {
@@ -232,8 +230,6 @@ function assertAutoClose( t, fixture, done ) {
232230
* @private
233231
* @param {Object} t - test object
234232
* @param {Object} fixture - fixture object
235-
* @param {string} fixture.expression - incomplete expression string
236-
* @param {NonNegativeInteger} fixture.cursor - cursor position for inserting a character to trigger an insertion
237233
* @param {Function} done - callback to invoke upon completion
238234
*/
239235
function assertNoAutoClose( t, fixture, done ) {

0 commit comments

Comments
 (0)