[Issue 11912] New: Ddoc doesn't generate doc for public symbols after "private:" in the current scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 13 03:49:06 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11912

           Summary: Ddoc doesn't generate doc for public symbols after
                    "private:" in the current scope
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: dransic at gmail.com


--- Comment #0 from Nicolas Sicard <dransic at gmail.com> 2014-01-13 03:49:04 PST ---
No documentation is generated for function bar() and enum A here:
---
/// My struct
struct Foo
{
private:
    int i;

public:
    /// Not really useful
    void bar() {}
}

private:
public:

enum A = 2; /// A value
---

DMD64 D Compiler v2.065-devel-7f69836

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list