https://issues.dlang.org/show_bug.cgi?id=16462
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Andrej Mitrovic <[email protected]> --- It looks like an edge-case. The workaround is to make the mixin itself also documented. So just add `///` to Test, e.g. /// mixin template Test(T) The mixin's body being documented was fixed as part of Issue 648. I think your bug report is legit though and should be fixed. --
