Skip to content

Commit 8e9f35e

Browse files
author
john
committed
docs: generate docs
1 parent 75d51dc commit 8e9f35e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,20 @@ function quux () {
21452145
*/
21462146
function quux () {
21472147

2148+
}
2149+
2150+
/**
2151+
* @returns {undefined}
2152+
*/
2153+
function quux () {
2154+
2155+
}
2156+
2157+
/**
2158+
* @returns {void}
2159+
*/
2160+
function quux () {
2161+
21482162
}
21492163
````
21502164

@@ -2358,6 +2372,13 @@ function quux (bar) {
23582372
* @returns Array
23592373
*/
23602374
const quux = (bar) => bar.filter(({ corge }) => corge())
2375+
2376+
/**
2377+
* @inheritdoc
2378+
*/
2379+
function quux (foo) {
2380+
return "test"
2381+
}
23612382
````
23622383

23632384

0 commit comments

Comments
 (0)