RFR: JDK-8256208: Javadoc's generated overview does not show classes of unnamed package [v2]

Hannes Wallnöfer hannesw at openjdk.java.net
Tue Nov 9 14:59:07 UTC 2021


> This is a simple fix to include the unnamed package when javadoc generates documentation for both unnamed and named packages. As elsewhere in javadoc, the package is listed as "Unnamed Package" (subject to localization).
> 
> Also, when documenting only code in the unnamed package, the index.html page redirects to the overview page of the unnamed package instead of the first documented class, which is generally more adequate for an overview page.

Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:

  Add newline

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5911/files
  - new: https://git.openjdk.java.net/jdk/pull/5911/files/17f920cf..275637a2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5911&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5911&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5911.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5911/head:pull/5911

PR: https://git.openjdk.java.net/jdk/pull/5911


More information about the javadoc-dev mailing list