Skip to content

Commit d846b22

Browse files
committed
docs: generate docs
1 parent 65e48a6 commit d846b22

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
@@ -2839,6 +2839,17 @@ function quux(foo, bar, baz) {
28392839
}
28402840
// Settings: {"jsdoc":{"preferredTypes":{"hertype":{"replacement":"HerType<>"},"histype":"HisType.<>"}}}
28412841
// Options: [{"definedTypes":["MyType"],"preferredTypesDefined":true}]
2842+
2843+
/**
2844+
* @template TEMPLATE_TYPE
2845+
*/
2846+
class Foo {
2847+
/**
2848+
* @return {TEMPLATE_TYPE}
2849+
*/
2850+
bar () {
2851+
}
2852+
}
28422853
````
28432854

28442855

0 commit comments

Comments
 (0)