documon
Version:
A documentation system for mortals. Use with any language.
24 lines (14 loc) • 432 B
Markdown
# Comments in comments
To include /* style comments in your comments, HTML-entity-ize the slash:
For example to render this:
/**
Something for B
@method something
*/
... you would write:
/**
Something for B
@method something
*/
... because we are HTML encoding the "/" as "/"
NOTE: It was super tricky to write this explaination, that's why the above is not in a code-block.