Embed `*/` in doc comment?
Per chance does
deno doc have a solution for embedding */ inside a doc comment? There's no conclusion on the same issue in TSDoc, but one suggestion is to use a zero-width space in between the * and / character. This works well, but it's cumbersome and linters will complain about it.
GitHub
A doc comment standard for TypeScript. Contribute to microsoft/tsdoc development by creating an account on GitHub.
