DI Generation Needs your Help!

Adam Wilson flyboynw at gmail.com
Wed Mar 14 13:39:54 PDT 2012


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

> 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();
> }

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

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


More information about the Digitalmars-d mailing list