JDK-4162653 : stddoclet: If given .java in different package dirs, should generate package doc
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1998-08-01
  • Updated: 2014-05-05
  • Resolved: 2001-02-23
Related Reports
Duplicate :  
Description
javadoc can be given a list of classes, which can come from different pacakages.
If javadoc is given such a list of classes, it currently goes for the 2 frame
format, not the 3 frame one.

"It would be nice" (RFE) if the 3 frame format were used if the classes were
found to be in more than one package.  I do not care that the listing of
the classes in each packages is incomplete (in the overall scheme) but it
would be nice to have the classes that *are* given, grouped according to package.

Comments
EVALUATION This is essentially a dupe of 4359386. doug.kramer@Eng 2001-02-22
22-02-2001