http://d.puremagic.com/issues/show_bug.cgi?id=4319
Summary: Constructor templates in struct/class templates
documented as __ctor(T)
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: ddoc
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Lars T. Kyllingstad <[email protected]> 2010-06-15
05:28:04 PDT ---
Created an attachment (id=662)
Produced documentation
Normally, constructors are documented as they are written, as this(...). In
the following case, the constructor is documented as __ctor (see attached
file).
/// Example
struct Bug4319(T)
{
/// Template constructor
this(U)(U u) { }
}
Could be related to bug 4107.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------