On 2013-07-03 03:42, Daniel Murphy wrote:
> You should probably try using template mixins, if all you need to do is
> expand some code.
I don't think that works so well together with ddoc comments. Ideally
you should be able to do something like this:
class Foo
{
/// Get/set bar
mixin property!(int, "bar");
}
--
/Jacob Carlborg