May 02, 2004 D api | |
|---|---|
Hi all, I am new to the D language, I have experience with Java and some with c. Is there an api documentation availible of D like javadoc? Thanks, Evert | |
May 03, 2004 Re: D api | |
|---|---|
Posted in reply to evert@cnerds.com | evert@cnerds.com wrote: >Hi all, > >I am new to the D language, I have experience with Java and some with c. >Is there an api documentation availible of D like javadoc? > >Thanks, > >Evert > > > Doxygen. -- -Anderson: http://badmama.com.au/~anderson/ |
May 03, 2004 Re: D api | |
|---|---|
Posted in reply to J Anderson | I write my modules documented with Doxygen tags. Not that big-W generates it, or
anything. ;)
"J Anderson" <REMOVEanderson@badmama.com.au> wrote in message
news:c74n06$r8u$1@digitaldaemon.com...
> evert@cnerds.com wrote:
>
> >Hi all,
> >
> >I am new to the D language, I have experience with Java and some with c.
> >Is there an api documentation availible of D like javadoc?
> >
> >Thanks,
> >
> >Evert
> >
> >
> >
> Doxygen.
>
> --
> -Anderson: http://badmama.com.au/~anderson/
|

Reply