JDK-8159305 : Enhance the javadoc tool to support module related options
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-06-11
  • Updated: 2017-05-17
  • Resolved: 2016-08-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b133Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The javadoc tool must be enhanced to support the module system specifically the tool must support the module related options such
as:
-m -- to speficy a module to be documented
-follows -- compute and expand the module graph
-member -- display member elements matching the access value
-type -- display type elements matching the access value
-package -- display the packages in a module
-module -- display the details or api level documentation of a module
Comments
http://mail.openjdk.java.net/pipermail/javadoc-dev/2016-June/000255.html
20-06-2016