Skip to content

Commit 1c0d12b

Browse files
committed
docs: update docs (shows additional jsdoc-supported tags)
1 parent 2ec7182 commit 1c0d12b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,9 +1737,11 @@ function quux (foo) {
17371737
// Settings: {"jsdoc":{"tagNamePreference":{"param":"baz","returns":{"message":"Prefer `bar`","replacement":"bar"},"todo":false}}}
17381738

17391739
/**
1740+
* @modifies
17401741
* @abstract
17411742
* @access
17421743
* @alias
1744+
* @async
17431745
* @augments
17441746
* @author
17451747
* @borrows
@@ -1760,7 +1762,9 @@ function quux (foo) {
17601762
* @file
17611763
* @fires
17621764
* @function
1765+
* @generator
17631766
* @global
1767+
* @hideconstructor
17641768
* @ignore
17651769
* @implements
17661770
* @inheritdoc
@@ -1780,6 +1784,7 @@ function quux (foo) {
17801784
* @name
17811785
* @namespace
17821786
* @override
1787+
* @package
17831788
* @param
17841789
* @private
17851790
* @property
@@ -1800,6 +1805,7 @@ function quux (foo) {
18001805
* @typedef
18011806
* @variation
18021807
* @version
1808+
* @yields
18031809
*/
18041810
function quux (foo) {}
18051811

0 commit comments

Comments
 (0)