JDK-7112427 : The doclet needs to be able to generate JavaFX documentation.
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-16
  • Updated: 2017-05-16
  • Resolved: 2012-07-25
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 7 JDK 8
7u6 b12Fixed 8Fixed
Related Reports
Relates :  
Description
Since the JavaFX is going to be distributed as part of JDK, the doclet needs to be able to generate documentation with JavaFX-specific features. This includes a property section in addition to the existing Fields, Methods, etc., and also automatic link generation between properties and appropriate getters and setters. The documentation itself is to be copied from private Property field to the property entry and the getters and setters.

Comments
EVALUATION Changeset b020b7a017cc committed to 7u6 Tue May 15 17:47:20 2012 -0700 by jjg changeset: 1190:b020b7a017cc tag: tip user: jjg date: Tue May 15 17:47:20 2012 -0700 description: 7112427: The doclet needs to be able to generate JavaFX documentation. Reviewed-by: jjg Contributed-by: ###@###.###
13-06-2012

SUGGESTED FIX The doclet linked in the comments section has all the required features.
16-11-2011