users@jaxb.java.net

Re: javadocs

From: Malachi de AElfweald <malachi_at_EOTI.ORG>
Date: Tue, 01 Apr 2003 09:34:43 -0700

On Mon, 31 Mar 2003 16:14:00 -0500, Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM> wrote:
>AFAIK, this is the only online set of javadocs. What com.sun classes do you
>need to link into the javadocs and why? As for the impl classes, we typically
>don't expect people to use these classes directly which is why none of the
>samples generate javadoc for the impl packages. Oh, is javadoc trying to pull
>in the com.sun classes because you are generating docs for the impl packages?

I apologize to everyone if I have two responses to Ryan for this -- I replied about 1/2 hour ago and it has not shown up yet... figured my end might have died during transmission.

Ryan, yes, that is exactly right. I told ant to javadoc everything that was autogenerated. The impl classes are the ones using the com.sun bit.

I know I could just tell ant to exclude that directory, but I think I would rather have them javadoc'd if possible.

Malachi