Integrated: JDK-8256208: Javadoc's generated overview does not show classes of unnamed package
Hannes Wallnöfer
hannesw at openjdk.java.net
Tue Nov 9 15:08:46 UTC 2021
On Tue, 12 Oct 2021 12:33:34 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: e35abe32
Author: Hannes Wallnöfer <hannesw at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e35abe3235ab38985a19545e76c58260ec97c718
Stats: 55 lines in 5 files changed: 36 ins; 12 del; 7 mod
8256208: Javadoc's generated overview does not show classes of unnamed package
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/5911
More information about the javadoc-dev
mailing list