[Issue 16462] New: mixin template ddoc doesn't appear in docs
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Sep 2 03:55:35 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16462
Issue ID: 16462
Summary: mixin template ddoc doesn't appear in docs
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
I have a mixin template, which I mixin to various structs. The mixin introduces
a member, and there is ddoc for the member present inside the mixin template.
Sadly, this doesn't seem to do anything.
Expect: ddoc for the member declared inside mixin template should appear in the
documentation of the type that mixes it in. It is after all a member of that
type.
--
More information about the Digitalmars-d-bugs
mailing list