Thread overview
[Issue 13069] Missing doc-comment for alias this, this(this)
[Issue 13069] Missing doc-comment for alias this, @disable this(this)
Jul 08, 2014
Nick Treleaven
Jul 08, 2014
Nick Treleaven
Nov 02, 2018
RazvanN
Nov 03, 2019
Basile-z
Dec 17, 2022
Iain Buclaw
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13069

Nick Treleaven <ntrel-public@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@yahoo.co.uk> ---
Also the doc-comment doesn't appear for a disabled postblit:

///
struct G
{
    /// disabled
    @disable this(this);
}

--
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13069

Nick Treleaven <ntrel-public@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@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.

--
November 02, 2018
https://issues.dlang.org/show_bug.cgi?id=13069

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ddoc
                 CC|                            |razvan.nitu1305@gmail.com

--
November 03, 2019
https://issues.dlang.org/show_bug.cgi?id=13069

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
*** Issue 14867 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13069

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=13069

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18847

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--