generate javadoc for files in folders

Hiusing javadoc i was able to generate javadoc for the java files in one folderBut how to do tht if they r in many folders, and inside another folders recursively.Thanks in advHima
[215 byte] By [himaa] at [2007-10-3 8:23:01]
# 1
C:> javadoc -d docs -sourcepath C:\user\src -subpackages java:javax.swingThis command generates documentation for packages named "java" and "javax.swing" and all their subpackages. http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#subpackages
dhkramera at 2007-7-15 3:29:00 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...