[jdk19] Integrated: 8289223: Canonicalize header ids in foreign API javadocs

Jorn Vernee jvernee at openjdk.org
Fri Jul 8 11:21:54 UTC 2022


On Mon, 27 Jun 2022 16:44:17 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> https://github.com/openjdk/jdk/pull/8817 added a button to copy a link to a section of javadoc to the clipboard. For the copy button to appear, the header needs to have an `id`.
> 
> This cleanup PR canonicalizes all header ids in the java.lang.foreign package to the preferred (non-legacy) style, and adds ids in places where they are missing as well.
> 
> In accordance with the Late-Enhancement Request Process [1], this is a `noreg-doc` documentation only change, which does not require an enhancement request.
> 
> [1]: https://openjdk.org/jeps/3#Late-Enhancement-Request-Process

This pull request has now been integrated.

Changeset: 732f1065
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jdk19/commit/732f1065fe05ae737a716bea92536cb8edc2b6a0
Stats:     22 lines in 7 files changed: 0 ins; 1 del; 21 mod

8289223: Canonicalize header ids in foreign API javadocs

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/jdk19/pull/75


More information about the core-libs-dev mailing list