[Issue 10366] New: Ddoc: Symbols in template classes don't get fully qualified anchors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 15 12:17:38 PDT 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 at puremagic.com
        ReportedBy: doob at me.com


--- Comment #0 from Jacob Carlborg <doob at 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: -------


More information about the Digitalmars-d-bugs mailing list