DocComment.parseEscapes

Parse escapes of the form: /c/string/ where c is a single character. Multiple escapes can be separated by whitespace and/or commas.

struct DocComment
extern (C++) static
void
parseEscapes
(
,
const(char)* textstart
,
size_t textlen
)

Meta