Bug Report
๐ Search Terms
jsdoc at sign
๐ Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about JSDoc
โฏ Playground Link
Playground link with relevant code
๐ป Code
/** @return The @ sign from the email */
function getAtSign() {}
๐ Actual behavior
JSDoc parsed (in Monaco hover etc) as if the bare '@' sign itself is a separate JSDoc tag.
๐ Expected behavior
JSDoc parsed where the "The @ sign from the email" is all the documentation of the return type.
Bug Report
๐ Search Terms
jsdoc at sign
๐ Version & Regression Information
โฏ Playground Link
Playground link with relevant code
๐ป Code
๐ Actual behavior
JSDoc parsed (in Monaco hover etc) as if the bare '@' sign itself is a separate JSDoc tag.
๐ Expected behavior
JSDoc parsed where the "The @ sign from the email" is all the documentation of the return type.