-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b17
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204810 | 11.0.1 | Priya Lakshmi Muthuswamy | P3 | Resolved | Fixed | team |
javadoc may not list all "interesting" modules in index.html.
See the attached sample API (src/ and api/)
The command line is
$ javadoc -d services/api --module-source-path services/src --module service,serviceUser,serviceProvider -noindex
I would expect the index.html file to show all 3 modules, not just service.
See the attached sample API (src/ and api/)
The command line is
$ javadoc -d services/api --module-source-path services/src --module service,serviceUser,serviceProvider -noindex
I would expect the index.html file to show all 3 modules, not just service.
- backported by
-
JDK-8204810 modules not listed in overview/index page
-
- Resolved
-
- relates to
-
JDK-8190237 Services section in the module summary page should provide correct documentation
-
- Open
-