-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently, javadoc task generates:
- overview (from a JavaDoc comment on
module-info.java) - "Packages" section (from
exportsinmodule-info.java)
Example:
However, javadoc doesn't generate:
- "Indirect Exports" subsection (from
exportsof transitively required modules) - "Modules" section (from
requiresinmodule-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: gotModule ___ not foundmessage--module-source-path: had trouble to get it working-Xmodule:module-name: got a message that this options is not supported
msgilligan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed