[Issue 469] New: Incorrect documentation in std.date
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 28 06:01:30 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=469
Summary: Incorrect documentation in std.date
Product: D
Version: 0.172
Platform: All
URL: http://www.digitalmars.com/d/phobos/std_date.html
OS/Version: All
Status: NEW
Keywords: ddoc
Severity: major
Priority: P2
Component: www.digitalmars.com
AssignedTo: bugzilla at digitalmars.com
ReportedBy: deewiant at gmail.com
I haven't used DDoc at all, so I don't know whether this is a problem with DDoc
or just the documentation in the source of std.date.
The problem is that within the documentation for struct Date, "int weekday" has
"0: not specified" and nothing else, while it should have the "1..7:
Sunday..Saturday" which, for some reason, is under "int tzcorrection".
Severity set to major since the documentation output is plainly incorrect.
--
More information about the Digitalmars-d-bugs
mailing list