Skip to content

Improve Javadoc task to document requires entries #119

@tlinkowski

Description

@tlinkowski

Currently, javadoc task generates:

  • overview (from a JavaDoc comment on module-info.java)
  • "Packages" section (from exports in module-info.java)

Example:

However, javadoc doesn't generate:

  • "Indirect Exports" subsection (from exports of transitively required modules)
  • "Modules" section (from requires in module-info.java)

Example:


I tried to figure out what needs to be done to achieve this effect, but no success so far.

I quickly tried the following options:

  • --module: got Module ___ not found message
  • --module-source-path: had trouble to get it working
  • -Xmodule:module-name: got a message that this options is not supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions