Skip to content

Commit 3ffb569

Browse files
committed
docs: generate docs
1 parent 22096fb commit 3ffb569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,15 @@ function quux (foo) {
781781
// Settings: {"jsdoc":{"tagNamePreference":{"param":"arg"}}}
782782
// Message: Invalid JSDoc tag (preference). Replace "param" JSDoc tag with "arg".
783783

784+
/**
785+
* @param foo
786+
*/
787+
function quux (foo) {
788+
789+
}
790+
// Settings: {"jsdoc":{"tagNamePreference":{"param":"parameter"}}}
791+
// Message: Invalid JSDoc tag (preference). Replace "param" JSDoc tag with "parameter".
792+
784793
/**
785794
* @bar foo
786795
*/

0 commit comments

Comments
 (0)