On Mon, 21 Oct 2024 13:45:47 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> Please review a doc-only change to fix the order of javadoc `@param` tags in > module java.base. > > We are working on a javadoc feature to add an opt-in doclint warning for > `@param` tags that don't match the order of parameters in the documented > element. The warning will be enabled in OpenJDK builds and covers all uses of > the `@param` tag, i.e. parameters of executable elements, type parameters, > and record components. This pull request has now been integrated. Changeset: 97c92128 Author: Hannes Wallnöfer <hann...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/97c921284222ca53a293dcebe513fbb59ee9c690 Stats: 33 lines in 6 files changed: 15 ins; 15 del; 3 mod 8342698: Fix order of @param tags in module java.base Reviewed-by: iris ------------- PR: https://git.openjdk.org/jdk/pull/21611