Skip to content

Commit 41fdbe8

Browse files
committed
docs: generate docs
1 parent 6873b03 commit 41fdbe8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,8 +3033,19 @@ function quux () {
30333033
// Message: There must be no hyphen before @param description.
30343034

30353035
/**
3036-
* @param foo - Foo.
3037-
* @param bar Foo.
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.
3044+
3045+
/**
3046+
* @param foo foo
3047+
* bar
3048+
* @param bar - bar
30383049
*/
30393050
function quux () {
30403051

0 commit comments

Comments
 (0)