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

Stefan Koch uplink.coder at googlemail.com
Sun Apr 15 07:59:17 UTC 2018


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


More information about the Digitalmars-d-learn mailing list