Skip to content

Commit ee49f06

Browse files
committed
docs: generate docs
1 parent bca8d3c commit ee49f06

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
@@ -3031,6 +3031,16 @@ function quux () {
30313031
}
30323032
// Options: ["never"]
30333033
// Message: There must be no hyphen before @param description.
3034+
3035+
/**
3036+
* @param foo - Foo.
3037+
* @param foo Foo.
3038+
*/
3039+
function quux () {
3040+
3041+
}
3042+
// Options: ["always"]
3043+
// Message: There must be a hyphen before @param description.
30343044
````
30353045

30363046
The following patterns are not considered problems:

0 commit comments

Comments
 (0)