[Issue 11479] [REG 2.064] DDoc regression?
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Nov 28 22:03:23 PST 2013
    
    
  
https://d.puremagic.com/issues/show_bug.cgi?id=11479
Kenji Hara <k.hara.pg at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ddoc
           Severity|regression                  |major
--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2013-11-28 22:03:17 PST ---
Test case:
///
struct S(T)
{
    ///
private:
    int x;
}
Generated html:
<dl><dt><big><a name="S"></a>struct <u>S</u>(T);
</big></dt>
<dd><br><br>
<dl><dt><big><a name="x"></a>int <u>x</u>;    // <--
</big></dt>
<dd><br><br>
</dd>
</dl>
</dd>
</dl>
This is a Ddoc generation bug in compiler, but it is not a dmd regression,
because old dmd (eg. 2.030) has same bug.
Downgrade importance to 'major'.
-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list