[jdom-interest] Javadoc -private

bob mcwhirter bob at werken.com
Sat Apr 20 09:38:07 PDT 2002


I've found, in my projects, having a 'javadoc.all' or 'javadoc.dev'
target immensely useful to me as a developer.  Just a new target that
builds javadocs for all members, regardless of access restrictions.

I've also been migrating my task names so that 'javadoc' builds the
complete (private|package-private) javadocs, and 'apidoc' builds the
public API javadocs.  But that's just me.

	-bob


On Sat, 20 Apr 2002, Angelo wrote:

>  > What do I need to change in build.xml to have 'build javadoc' also
>  > build the docs for private stuff?
> 
> You should add the attribute private="yes" to the javadoc task.
> 
> You have to modify the javadoc target in this way:




More information about the jdom-interest mailing list