You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by David Scassa <ds...@journee.com> on 2001/09/10 23:13:50 UTC

Repost w/Correct Subject Line: JavaDoc Question


-----Original Message-----
From: David Scassa [mailto:dscassa@journee.com]
Sent: Monday, September 10, 2001 4:11 PM
To: 'ant-user@jakarta.apache.org'
Subject: RE: problem with cvs checkout dest="."

Is it possible to exclude a class file from within a package I declare in my
JavaDoc build? My developers say that they cannot simply flag the class
private.

Dave

Re: Repost w/Correct Subject Line: JavaDoc Question

Posted by Mitchell Ackermann <mi...@epsiia.com>.
"internal class" meaning "inner class"?
javadoc documents inner classes just like any other class. For an example, see
http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html
http://java.sun.com/j2se/1.3/docs/api/java/util/Map.Entry.html
This is an interface, but the same is true of classes.
Mitchell Ackermann

----- Original Message ----- 
From: Ylan Segal <yl...@digiworks.tv>
To: <an...@jakarta.apache.org>
Sent: Monday, September 10, 2001 6:43 PM
Subject: RE: Repost w/Correct Subject Line: JavaDoc Question


Can they make it an internal class? Those won't be documented. 

Ylan.

> -----Original Message-----
> From: David Scassa [mailto:dscassa@journee.com]
> Sent: Monday, September 10, 2001 4:11 PM
> To: 'ant-user@jakarta.apache.org'
> Subject: RE: problem with cvs checkout dest="."
> 
> Is it possible to exclude a class file from within a package I 
> declare in my
> JavaDoc build? My developers say that they cannot simply flag the class
> private.
> 
> Dave
> 
>


RE: Repost w/Correct Subject Line: JavaDoc Question

Posted by Ylan Segal <yl...@digiworks.tv>.
Can they make it an internal class? Those won't be documented. 

Ylan.

> -----Original Message-----
> From: David Scassa [mailto:dscassa@journee.com]
> Sent: Monday, September 10, 2001 3:14 PM
> To: 'ant-user@jakarta.apache.org'
> Subject: Repost w/Correct Subject Line: JavaDoc Question
> 
> 
> 
> 
> -----Original Message-----
> From: David Scassa [mailto:dscassa@journee.com]
> Sent: Monday, September 10, 2001 4:11 PM
> To: 'ant-user@jakarta.apache.org'
> Subject: RE: problem with cvs checkout dest="."
> 
> Is it possible to exclude a class file from within a package I 
> declare in my
> JavaDoc build? My developers say that they cannot simply flag the class
> private.
> 
> Dave
> 
>