JDK-4023384 : javadoc: should be able to recursively traverse directory tree
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.0.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: generic
  • Submitted: 1996-12-23
  • Updated: 2014-05-05
  • Resolved: 1998-02-02
Related Reports
Duplicate :  
Description
At present one has to do a find on all the  .java files in order to process them using javadoc. One typically could use "find . -name *.java -print | xargs javadoc <options>" to traverse the directory tree. This is not a cross-platform solution.

There is definitely a need for a capability of javadoc to traverse the directory tree as one of its options. This will eliminate the need for all the java source to be in one directory.

Comments
EVALUATION They're asking to document all subpackages of a given package. This is a dupe of 4074234 doug.kramer@Eng 1997-10-07
07-10-1997