javadoc question

J

JS

Hi all, This will probably sound like a really simple question but is there
any way of calling javadoc from the command prompt on a load of files and
having the resulting files put into a different folder called doc for
example. I usually type javadoc *.java from the folder where the java files
are but this just puts them in with the java files and the class files.
Any hints appreciated
Thanks
JS
 
Z

zero

Hi all, This will probably sound like a really simple question but is
there any way of calling javadoc from the command prompt on a load of
files and having the resulting files put into a different folder
called doc for example. I usually type javadoc *.java from the folder
where the java files are but this just puts them in with the java
files and the class files. Any hints appreciated
Thanks
JS

Have you tried writing javadoc without any parameters?

javadoc -d doc\ *.java
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top