web-component-analyzer icon indicating copy to clipboard operation
web-component-analyzer copied to clipboard

Cannot have @ symbol in JSDoc code snippets

Open tpluscode opened this issue 5 years ago • 1 comments

The JSDoc fails to parse when there is any @ in it. It simply breaks at that point and the output is only (I tried in element description) will be truncated at the first occurrence of any @

For example

/**
 * My super element
 * 
 * Thanks to @foo
 * 
 * ## Usage
 *
 * Lorem ipsum
 */

Analysing this will result in description only as My super element\n\nThanks to

tpluscode avatar Aug 14 '20 07:08 tpluscode

See #151 for a workaround.

web-padawan avatar Aug 14 '20 15:08 web-padawan