April 09, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=97

           Summary: DDoc bug on enums
           Product: D
           Version: 0.151
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ddoc
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: lightoze@gmail.com


module test;

/**
ENUM
*/
enum ENUM {
    /**
    X
    */
    X,
    /**
    Y
    */
    Y
}

DMD generates documentation for this code with Y documented as X.


-- 

May 25, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=97


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2006-05-25 04:19 -------
Fixed 0.158


--