It would be nice to have a way to generate javadocs for every package below
a given package. I don't know about most of you, but we have a huge package
structure & I don't want to have to change that jde-javadoc-gen-packages
variable every time I add a new sub-package.

Is there a way to do this in the current JDE?

For now I just take the output of the single file javadoc generation &
replace the filename with:
`find . -name '*.java'`
Of course I have to do this at the command line.
-Jeremy

> ----------
> From:         Paul Kinnucan[SMTP:[EMAIL PROTECTED]]
> Sent:         Thursday, April 05, 2001 5:00 AM
> To:   Marc Brooks; JDE Mailing list
> Subject:      Re: Generating javadoc for an entire project...
> 
> At 05:53 PM 4/4/2001 -0400, Marc Brooks wrote:
> >Hi all - Is it possible to generate javadoc for an entire project at
> >once? 
> >
> 
> 1. Type M-x customize-variable jde-gen-javadoc-packages.
> 
> 2. Enter the packages in your project that you want to document. 
> 
> 3. Switch back to a source buffer.
> 
> 4. Select JDE->Project->Project File->Save (or type C-c C-v C-p) to 
>    save the project file for the project.
> 
> From now on, the JDE will generate documentation for your entire project
> whenever you execute JDE->Documentation->Generate (M-x jde-javadoc-make).
> 
> - Paul
> 

Reply via email to