digitalmars.D.bugs - [Issue 10366] New: Ddoc: Symbols in template classes don't get fully qualified anchors
- d-bugmail puremagic.com (25/25) Jun 15 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10366
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 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: -------
Jun 15 2013