Closed
Description
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.