Skip to content

Commit a053125

Browse files
committed
docs: generate docs
1 parent 9033898 commit a053125

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,18 @@ const quux = (bar) => bar.filter(({ corge }) => corge())
26482648
* @inheritdoc
26492649
*/
26502650
function quux (foo) {
2651-
return "test"
2651+
}
2652+
2653+
/**
2654+
* @override
2655+
*/
2656+
function quux (foo) {
2657+
}
2658+
2659+
/**
2660+
* @constructor
2661+
*/
2662+
function quux (foo) {
26522663
}
26532664
````
26542665

0 commit comments

Comments
 (0)