Skip to content

Commit cfab39c

Browse files
committed
docs: generate docs
1 parent 84f42a0 commit cfab39c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,14 @@ function quux(foo, bar, baz) {
32273227
// Settings: {"jsdoc":{"preferredTypes":{"hertype":{"replacement":"HerType<>"},"histype":"HisType.<>"}}}
32283228
// Options: [{"definedTypes":["MyType"],"preferredTypesDefined":true}]
32293229

3230+
/**
3231+
* @template TEMPLATE_TYPE
3232+
* @param {TEMPLATE_TYPE} bar
3233+
* @return {TEMPLATE_TYPE}
3234+
*/
3235+
function foo (bar) {
3236+
};
3237+
32303238
/**
32313239
* @template TEMPLATE_TYPE
32323240
*/

0 commit comments

Comments
 (0)