escapeDdocString

Having unmatched parentheses can hose the output of Ddoc, as the macros depend on properly nested parentheses. This function replaces all ( with ( and ) with ) to preserve text literally. This also means macros in the text won't be expanded.

void
escapeDdocString
(
OutBuffer* buf
,)
Suggestion Box / Bug Report