-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
/**
* Foo method
* @param bar Some argument with | in description
*/
public foo (bar: number | string): void {
}
Parameter table generated as
| bar | `number` | `string` | Some argument with | in description |
instead of
| bar | `number` \| `string` | Some argument with \| in description |
Escape sequence missing for union types and pipe chars in method description.
Version:
[email protected]
[email protected]
Metadata
Metadata
Assignees
Labels
No labels