DDoc ignores mixins

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Sun May 6 05:17:06 PDT 2012


Is it supposed to be like this?

/// Generates docs for the constructor
struct A
{
    ///
    this(int i) { }
}

/// Does not generate docs for the constructor
Struct B
{
    ///
    mixin("this(int i) { }");
}

-- 
Bye,
Gor Gyolchanyan.


More information about the Digitalmars-d mailing list