RFR: 8342808: Javadoc should add whitespace between type parameters [v2]
Nizar Benalla
nbenalla at openjdk.org
Fri Nov 15 17:25:59 UTC 2024
> Please review this patch to render javadocs as `<K, V, T>` rather than `<K,V,T>` to match naming conventions and make the rendered output slighly nicer to read.
>
> Passes langtool tests.
>
> The[ generated docs](https://cr.openjdk.org/~nbenalla/GeneratedDocs/TypeParams/docs/api/index.html) only includes `java.base/lang`, `java.base/util` and `java.compiler/javax`
Nizar Benalla has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- small improvement after getting review comments.
Update tests
- Merge remote-tracking branch 'upstream/master' into javadoc-whitespace
- Add small whitespace before map parameters
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21759/files
- new: https://git.openjdk.org/jdk/pull/21759/files/72e2df8d..81ced388
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21759&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21759&range=00-01
Stats: 304627 lines in 4564 files changed: 149458 ins; 123723 del; 31446 mod
Patch: https://git.openjdk.org/jdk/pull/21759.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21759/head:pull/21759
PR: https://git.openjdk.org/jdk/pull/21759
More information about the javadoc-dev
mailing list