Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8171983

Add javadoc comments to module-info.java for javafx.* modules

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • javafx

      The module-info.java files for javafx.* modules do not have any javadoc comments, so the generated API docs do not have any description for these modules.

      As an example, here is the javadoc header for the java.desktop module:

      /**
       * Defines the AWT and Swing user interface toolkits, plus APIs for
       * accessibility, audio, imaging, printing, and JavaBeans.
       */
      module java.desktop {

            jgiles Jonathan Giles
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: