Skip to content

Commit 973f425

Browse files
l1bbcsgbrettz9
authored andcommitted
docs: generate docs
1 parent 5f653ab commit 973f425

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
@@ -5142,6 +5142,17 @@ function quux () {
51425142
function quux () {
51435143
}
51445144

5145+
/**
5146+
* @interface
5147+
*/
5148+
class Foo {
5149+
/**
5150+
* @returns {string}
5151+
*/
5152+
bar () {
5153+
}
5154+
}
5155+
51455156
/**
51465157
* @returns {undefined} Foo.
51475158
*/

0 commit comments

Comments
 (0)