digitalmars.D.bugs - [Bug 97] New: DDoc bug on enums
- d-bugmail puremagic.com (29/29) Apr 08 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=97
- d-bugmail puremagic.com (9/9) May 25 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=97
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.
--
Apr 08 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=97
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed 0.158
--
May 25 2006








d-bugmail puremagic.com