[Issue 16462] mixin template ddoc doesn't appear in docs
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Sep 4 10:29:13 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16462
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at 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.
--
More information about the Digitalmars-d-bugs
mailing list