On Sunday, 15 April 2018 at 05:20:31 UTC, 9il wrote:
Hey,

How/where to hack DMD to generate docs for string mixed members?

struct S
{
    mixin("
     ///
     auto bar() {}
    ");
}

Best regards,
Ilya Yaroshenko

hmm you should be able to see docs for string mixins, if not.
try using -vcg-ast and try to run ddoc on the cg file

Reply via email to