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
microsoft/tsdoc
A doc comment standard for TypeScript. Contribute to microsoft/tsdoc development by creating an account on GitHub.

1 Reply
What I have now is a
comment at the top of the file and this (see screenshot)