[Issue 9719] New: ddoc isn't generated for inner values unless the outer is documented

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 14 06:57:42 PDT 2013


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: nobody at puremagic.com
        ReportedBy: simendsjo at gmail.com


--- Comment #0 from simendsjo <simendsjo at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list