June 15, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10366

           Summary: Ddoc: Symbols in template classes don't get fully
                    qualified anchors
           Product: D
           Version: future
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: doob@me.com


--- Comment #0 from Jacob Carlborg <doob@me.com> 2013-06-15 12:17:37 PDT ---
class Foo (T)
{
    ///
    void bar() { };
}

Two anchors will be generated for Foo.bar: "bar" and ".bar". If the class is not a template "bar" and ".Foo.bar" will be generated. I'm not 100% that is due to Foo being a template, but I suspect that's the reason.

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