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

