https://issues.dlang.org/show_bug.cgi?id=15475
Issue ID: 15475
Summary: Ddoc code sample with unbalanced paren comes out as
macro
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: minor
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
/**
---
// code sample with unbalanced (
---
*/
module t2;
Spits out:
<pre class="d_code"><font color=green>// code sample with unbalanced $(LPAREN)
</font></pre>
in the final code.
--
