https://issues.dlang.org/show_bug.cgi?id=16462

Andrej Mitrovic <andrej.mitrov...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrov...@gmail.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrov...@gmail.com> ---
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.

--

Reply via email to