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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 Andrei Alexandrescu changed: What|Removed |Added Version|future |D2 --

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

2014-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 Nick Treleaven changed: What|Removed |Added CC||d...@nomad.so --- Comment #7 from Nick Trel

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

2014-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 --- Comment #6 from hst...@quickfur.ath.cx --- P.S. Just for future reference, here's the pull that fixed it: https://github.com/D-Programming-Language/dmd/pull/3695 --

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

2014-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 --- Comment #4 from hst...@quickfur.ath.cx --- Oops, forgot the ddoc comments: - /// struct S(T) { /// void func(U)(U u) { } } - --

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

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 --- Comment #3 from hst...@quickfur.ath.cx --- Apparently, there is still one case that doesn't work, when there's a template function inside a templated struct or class: -- struct S(T) { void func(U)(U u) { } } -- --

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

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e351b82230e2519332f7f48f773913fcc929acef Ddoc should output qualified

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

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from hst...@quic

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

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10366 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --