mini addendum

FeepingCreature feepingcreature at gmail.com
Wed Aug 28 10:31:51 UTC 2019


On Wednesday, 28 August 2019 at 10:29:24 UTC, FeepingCreature 
wrote:
> @(DDoc.Description("Do a thing"))
> @(DDoc.Param!Foo(1, "foo", "A parameter"))
> void method();
>
> That'd give the best of both worlds.

Sorry, that's a terrible way to do it.

I should have written @(DDoc.Param("foo", "A parameter")).

Carry on.


More information about the Digitalmars-d mailing list