[Issue 13069] Missing doc-comment for alias this, @disable this(this)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jul 8 03:25:07 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13069
Nick Treleaven <ntrel-public at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Cannot document alias this |Missing doc-comment for
| |alias this, @disable
| |this(this)
--- Comment #1 from Nick Treleaven <ntrel-public at yahoo.co.uk> ---
Also the doc-comment doesn't appear for a disabled postblit:
///
struct G
{
/// disabled
@disable this(this);
}
--
More information about the Digitalmars-d-bugs
mailing list