"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 <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 4:11 PM
> To: '[EMAIL PROTECTED]'
> 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
> 
>

Reply via email to