Skip to content

Commit b2e9c9b

Browse files
l1bbcsgbrettz9
authored andcommitted
docs: generate docs
1 parent 4c19b9a commit b2e9c9b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,6 +2945,18 @@ class Foo {
29452945
bar () {
29462946
}
29472947
}
2948+
2949+
/**
2950+
* @template TEMPLATE_TYPE_A, TEMPLATE_TYPE_B
2951+
*/
2952+
class Foo {
2953+
/**
2954+
* @param {TEMPLATE_TYPE_A} baz
2955+
* @return {TEMPLATE_TYPE_B}
2956+
*/
2957+
bar (baz) {
2958+
}
2959+
}
29482960
````
29492961

29502962

0 commit comments

Comments
 (0)