On Wed, 14 Mar 2012 12:35:03 -0700, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:

On 3/14/12, Andrej Mitrovic <andrej.mitrov...@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();
}

I'll look into it when I get the chance. :-)

--
Adam Wilson
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/

Reply via email to