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.