[Bug 97] New: DDoc bug on enums

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 8 21:54:49 PDT 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 at digitalmars.com
        ReportedBy: lightoze at gmail.com


module test;

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

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


-- 




More information about the Digitalmars-d-bugs mailing list