http://d.puremagic.com/issues/show_bug.cgi?id=9719
Summary: ddoc isn't generated for inner values unless the outer
is documented
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from simendsjo <[email protected]> 2013-03-14 06:57:41 PDT ---
struct S {
int i; /// not generated
}
/// This must be present
struct A {
int i; /// .. for this to be generated
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------