Skip to content

Commit 9e39914

Browse files
committed
docs: generate docs
1 parent 1145cd0 commit 9e39914

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,16 @@ function quux () {
13991399
// Settings: {"jsdoc":{"tagNamePreference":{"abc":"abcd"}}}
14001400
// Options: [{"definedTags":["abcd"]}]
14011401
// Message: Invalid JSDoc tag (preference). Replace "abc" JSDoc tag with "abcd".
1402+
1403+
/**
1404+
* @abc
1405+
* @abcd
1406+
*/
1407+
function quux () {
1408+
1409+
}
1410+
// Settings: {"jsdoc":{"tagNamePreference":{"abc":"abcd"}}}
1411+
// Message: Invalid JSDoc tag (preference). Replace "abc" JSDoc tag with "abcd".
14021412
````
14031413

14041414
The following patterns are not considered problems:

0 commit comments

Comments
 (0)