escapeStrayParenthesis

Having unmatched parentheses can hose the output of Ddoc, as the macros depend on properly nested parentheses.

Fix by replacing unmatched ( with ( and unmatched ) with ).

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