Help from a newbie

Hello ppl

Im a newbie when it comes to javadoc stuff or to some extent documentation per se...i tried generating the javadoc for one of my class(i.e Main.java) but i want to know how can i combine second class (i.e Add.java to Main.java) so they'll be in one index page?

Looking forward for ur answers thanks a lot

[349 byte] By [jovie] at [2007-9-26 7:46:40]
# 1
If you have two source files Main.java and Second.java, try:javadoc -d docs Main.java Second.javaTo include all .java files, try:javadoc -d docs *.java-Doug KramerJavadoc team
dkramer at 2007-7-1 17:55:30 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...