Javadoc for packages

Is there a way to create a javadoc for a whole package that you created, which holds like multiple class files. I'm only used to using the command prompt to create a javadoc for one class but not multiple classes. Is there another way to do it other than creating a seperate javadoc for every single one?

Thanks

[326 byte] By [ApRiXa] at [2007-11-27 6:18:35]
# 1
Have a look here: http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html (or nearby for Linux). It is a bit of a read, but there are some examples at the end. The "Simple Examples" include how to document multiple class and entire packages.
pbrockway2a at 2007-7-12 17:32:36 > top of Java-index,Java Essentials,New To Java...