> From: Aaron M. Renn [mailto:[EMAIL PROTECTED]]
>
> [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> > OK, JavaDoc gurus out there: what has already been done to get Classpath
> > JavaDoc working? What remains? Pointers on where to start, too, would
> > be appreciated. I have a nice stretch of time to spend coding today.
>
> The actual Javadoc API is checked in. We need to write a doclet that
> generates documentation. The 1.1 format is probably easier to manage
> than 1.2. Once this is working, we need to write a driver program that
> parses Java source and invokes the doclet. So basically not much is done
> on this.
>
Sorry about the duplicate messages I sent ... I didn't think the first one
would get through, given that I was using my personal machine as the SMTP
server, so I guess I don't understand as much about SMTP as I thought I did.
I'm going to just write the doclet for now.
--John Keiser