Skip to content

Commit 038f0f2

Browse files
l1bbcsgbrettz9
authored andcommitted
docs: generate docs
1 parent 9a55cf1 commit 038f0f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,6 +2934,17 @@ function quux(foo, bar, baz) {
29342934
}
29352935
// Settings: {"jsdoc":{"preferredTypes":{"hertype":{"replacement":"HerType<>"},"histype":"HisType.<>"}}}
29362936
// Options: [{"definedTypes":["MyType"],"preferredTypesDefined":true}]
2937+
2938+
/**
2939+
* @template TEMPLATE_TYPE
2940+
*/
2941+
class Foo {
2942+
/**
2943+
* @return {TEMPLATE_TYPE}
2944+
*/
2945+
bar () {
2946+
}
2947+
}
29372948
````
29382949

29392950

0 commit comments

Comments
 (0)