Skip to content

Commit

Permalink
Revert "docs: fix jsdoc"
Browse files Browse the repository at this point in the history
This reverts commit ff0a086.
  • Loading branch information
Snehil-Shah committed Mar 31, 2024
1 parent 2ae5f73 commit 2f53984
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/repl/lib/auto_close_pairs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function AutoCloser( rli ) {
*
* @name beforeKeypress
* @memberof AutoCloser.prototype
* @param {string} data - input data
* @param {Object} key - key object
* @returns {boolean} boolean indicating whether auto-delete was successful
*/
setNonEnumerableReadOnly( AutoCloser.prototype, 'beforeKeypress', function beforeKeypress() {
Expand Down Expand Up @@ -140,6 +142,7 @@ setNonEnumerableReadOnly( AutoCloser.prototype, 'beforeKeypress', function befor
* @name onKeypress
* @memberof AutoCloser.prototype
* @param {string} data - input data
* @param {Object} key - key object
* @returns {boolean} boolean indicating whether auto-close was successful
*/
setNonEnumerableReadOnly( AutoCloser.prototype, 'onKeypress', function onKeypress( data ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ function moveBack( stream, N ) {
* @private
* @param {Object} t - test object
* @param {Object} fixture - fixture object
* @param {string} fixture.expression - incomplete expression string
* @param {NonNegativeInteger} fixture.cursor - cursor position for inserting a character to trigger an insertion
* @param {Function} done - callback to invoke upon completion
*/
function assertAutoClose( t, fixture, done ) {
Expand Down Expand Up @@ -236,6 +238,8 @@ function assertAutoClose( t, fixture, done ) {
* @private
* @param {Object} t - test object
* @param {Object} fixture - fixture object
* @param {string} fixture.expression - incomplete expression string
* @param {NonNegativeInteger} fixture.cursor - cursor position for inserting a character to trigger an insertion
* @param {Function} done - callback to invoke upon completion
*/
function assertNoAutoClose( t, fixture, done ) {
Expand Down

0 comments on commit 2f53984

Please # to comment.