www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15475] New: Ddoc code sample with unbalanced paren comes out

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: nobody puremagic.com
          Reporter: destructionator gmail.com

/**
        ---
        // 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.

--
Dec 24 2015