Skip to content

Commit 9ebff2a

Browse files
committed
docs: generate docs
1 parent 4fa4bde commit 9ebff2a

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
@@ -2850,6 +2850,18 @@ class Foo {
28502850
bar () {
28512851
}
28522852
}
2853+
2854+
/**
2855+
* @template TEMPLATE_TYPE_A, TEMPLATE_TYPE_B
2856+
*/
2857+
class Foo {
2858+
/**
2859+
* @param {TEMPLATE_TYPE_A} baz
2860+
* @return {TEMPLATE_TYPE_B}
2861+
*/
2862+
bar (baz) {
2863+
}
2864+
}
28532865
````
28542866

28552867

0 commit comments

Comments
 (0)