On 3/14/12, Andrej Mitrovic <[email protected]> wrote: > This seems to work nicely even with the latest release. It's much > better than the current .di generation for sure. Any plans on merging > this with mainline before it goes stale?
Although I would really like to be able to keep documentation comments
in the .di files, e.g.:
class Foo {
/** Commented ctor. */
this() { }
}
->
class Foo {
/** Commented ctor. */
this();
}
