[Issue 13069] Missing doc-comment for alias this, this(this)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jul 8 03:43:49 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13069
Nick Treleaven <ntrel-public at yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Missing doc-comment for |Missing doc-comment for
|alias this, @disable |alias this, this(this)
|this(this) |
--- Comment #2 from Nick Treleaven <ntrel-public at yahoo.co.uk> ---
Actually all postblits are not shown in the output:
///
struct H
{
/// postblit
this(this);
}
Another note is that a disabled default constructor *does* show in the output,
although it doesn't show the '@disable' attribute, which should be added.
--
More information about the Digitalmars-d-bugs
mailing list