[Issue 10366] Ddoc: Symbols in template classes don't get fully qualified anchors
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 24 22:31:51 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10366
--- Comment #4 from hsteoh at quickfur.ath.cx ---
Oops, forgot the ddoc comments:
-----
///
struct S(T) {
///
void func(U)(U u) { }
}
-----
--
More information about the Digitalmars-d-bugs
mailing list