Re: Javadoc in JCreator




"JS" ...
> Hi all, does anyone here know if JCreator creates the javadoc's
> for a given class or project or and if it does, how do you do it?

I don't think it's a pre-builtin, but it's easy enough to make your own
"User Tool" for it in JCreator.

--------------------------------
[Configure]
[Options...]
node Tools
[New]
[Program]

Select javadoc.exe from where you've installed your JDK.

Mark javadoc in the "Options browser", and fill in the rest of the fields as
follows:

Arguments: -private *.java -d javadocs\
Initial Directory: $[FileDir]

Check "Capture output".

--------------------------------

That would fill your basic needs, but for special needs, you could of course
configure it differently.


// Bjorn A



.