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 ).

extern (C++)
void
escapeStrayParenthesis
(
Loc loc
,,
size_t start
)

Meta