Skip to content

Commit c269413

Browse files
committed
docs: generate docs
1 parent 5f88634 commit c269413

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,11 +1243,12 @@ Number | **number** | **number** | `(41) instanceof Number` -> **`false`**
12431243
String | **string** | **string** | `("test") instanceof String` -> **`false`**
12441244

12451245
|||
1246-
|---|---|---|
1246+
|---|---|
12471247
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`|
12481248
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
12491249
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`|
12501250
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
1251+
12511252
The following patterns are considered problems:
12521253

12531254
````js
@@ -1448,6 +1449,7 @@ as a potential "type" for checking the tag types in the table below:
14481449
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
14491450
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
14501451
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
1452+
14511453
The following patterns are considered problems:
14521454

14531455
````js
@@ -3401,8 +3403,7 @@ The following apply to the above sets:
34013403
|||
34023404
|---|---|
34033405
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`|
3404-
|Tags|
3405-
For name only unless otherwise stated: `alias`, `augments`, `borrows`, `callback`, `class` (for name and type), `constant` (for name and type), `enum` (for type), `event`, `external`, `fires`, `function`, `implements` (for type), `interface`, `lends`, `listens`, `member` (for name and type), `memberof`, `memberof!`, `mixes`, `mixin`, `module` (for name and type), `name`, `namespace` (for name and type), `param` (for name and type), `property` (for name and type), `returns` (for type), `this`, `throws` (for type), `type` (for type), `typedef` (for name and type), `yields` (for type)|
3406+
|Tags|For name only unless otherwise stated: `alias`, `augments`, `borrows`, `callback`, `class` (for name and type), `constant` (for name and type), `enum` (for type), `event`, `external`, `fires`, `function`, `implements` (for type), `interface`, `lends`, `listens`, `member` (for name and type), `memberof`, `memberof!`, `mixes`, `mixin`, `module` (for name and type), `name`, `namespace` (for name and type), `param` (for name and type), `property` (for name and type), `returns` (for type), `this`, `throws` (for type), `type` (for type), `typedef` (for name and type), `yields` (for type)|
34063407
|Aliases|`extends`, `constructor`, `const`, `host`, `emits`, `func`, `method`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
34073408
|Closure-only|For type only: `package`, `private`, `protected`, `public`, `static`|
34083409
|Settings|`allowEmptyNamepaths`, `checkSeesForNamepaths`|

0 commit comments

Comments
 (0)