You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't figure out how to use @ inside a jsdoc codeblock. If it's inside inline code or a code block I would think it would not need escaping at all.
/** * `before @param after` */
/** * `before @param after` */
/** * ``` * before @param after * ``` */
/** * ``` * before @param after * ``` */
The text was updated successfully, but these errors were encountered:
I couldn't figure out how to use
@
inside a jsdoc codeblock. If it's inside inline code or a code block I would think it would not need escaping at all.The text was updated successfully, but these errors were encountered: