DI Generation Needs your Help!
Andrej Mitrovic
andrej.mitrovich at gmail.com
Wed Mar 14 12:35:03 PDT 2012
On 3/14/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> 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();
}
More information about the Digitalmars-d
mailing list