We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d51dc commit 8e9f35eCopy full SHA for 8e9f35e
README.md
@@ -2145,6 +2145,20 @@ function quux () {
2145
*/
2146
function quux () {
2147
2148
+}
2149
+
2150
+/**
2151
+ * @returns {undefined}
2152
+ */
2153
+function quux () {
2154
2155
2156
2157
2158
+ * @returns {void}
2159
2160
2161
2162
}
2163
````
2164
@@ -2358,6 +2372,13 @@ function quux (bar) {
2358
2372
* @returns Array
2359
2373
2360
2374
const quux = (bar) => bar.filter(({ corge }) => corge())
2375
2376
2377
+ * @inheritdoc
2378
2379
+function quux (foo) {
2380
+ return "test"
2381
2361
2382
2362
2383
2363
2384
0 commit comments