Skip to content

Commit ee3a7b3

Browse files
committed
docs: generate docs
1 parent f627507 commit ee3a7b3

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
@@ -4898,6 +4898,17 @@ function quux () {
48984898
function quux () {
48994899
}
49004900

4901+
/**
4902+
* @interface
4903+
*/
4904+
class Foo {
4905+
/**
4906+
* @returns {string}
4907+
*/
4908+
bar () {
4909+
}
4910+
}
4911+
49014912
/**
49024913
* @returns {undefined} Foo.
49034914
*/

0 commit comments

Comments
 (0)