Skip to content

Commit 40a2c64

Browse files
committed
Remove JSDoc tags
Reasoning: @api is non-standard and we do not use @public in our codebase.
1 parent 18f86aa commit 40a2c64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/style-guides/javascript/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,6 @@ Throw and provide tailored `error` messages if expected conditions are not met.
22342234
/**
22352235
* Beep boop.
22362236
*
2237-
* @api public
22382237
* @param {Function} clbk - callback
22392238
*/
22402239
function boop( clbk ) {
@@ -2250,7 +2249,6 @@ function boop( clbk ) {
22502249
/**
22512250
* Beep boop.
22522251
*
2253-
* @api public
22542252
* @param {Function} clbk - callback
22552253
*/
22562254
function beep( clbk ) {

0 commit comments

Comments
 (0)