Skip to content

Commit

Permalink
docs(match-description): add alias desc to separate column
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 14, 2019
1 parent 4d5400f commit b396832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .README/rules/match-description.md
Expand Up @@ -93,7 +93,8 @@ Overrides the default contexts (see below).
|||
|---|---|
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`; others when `contexts` option enabled|
|Tags|docblock and `@description` (or `@desc`) by default but more with `tags`|
|Tags|docblock and `@description` by default but more with `tags`|
|Aliases|`@desc`|
|Settings||
|Options|`contexts`, `tags` (accepts tags with names and optional type such as 'param', 'arg', 'argument', 'property', and 'prop', and accepts arbitrary list of other tags with an optional type (but without names), e.g., 'returns', 'return'), `mainDescription`, `matchDescription`|

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2582,7 +2582,8 @@ Overrides the default contexts (see below).
|||
|---|---|
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`; others when `contexts` option enabled|
|Tags|docblock and `@description` (or `@desc`) by default but more with `tags`|
|Tags|docblock and `@description` by default but more with `tags`|
|Aliases|`@desc`|
|Settings||
|Options|`contexts`, `tags` (accepts tags with names and optional type such as 'param', 'arg', 'argument', 'property', and 'prop', and accepts arbitrary list of other tags with an optional type (but without names), e.g., 'returns', 'return'), `mainDescription`, `matchDescription`|

Expand Down

0 comments on commit b396832

Please sign in to comment.