Fading
Fading3mo ago

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.
No description
1 Reply
Fading
FadingOP3mo ago
What I have now is a
// deno-lint-ignore-file no-irregular-whitespace
// deno-lint-ignore-file no-irregular-whitespace
comment at the top of the file and this (see screenshot)

Did you find this page helpful?