On Thu, 19 Jan 2023 22:25:51 GMT, Justin Lu <j...@openjdk.org> wrote:
> This PR implements _JEP 413: Code Snippets in Java API Documentation_ for > [java.text.CollationKey](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/CollationKey.html) > and > [java.text.CompactNumberFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/CompactNumberFormat.html). > > Code examples using <pre> ... </pre> blocks are replaced with the @ snippet > syntax where applicable. > > Additionally, for > [java.text.CompactNumberFormat](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/text/CompactNumberFormat.html) > internal plain text links using <a> ... </a> are replaced with @ linkplain. > (External links are kept the same) This pull request has now been integrated. Changeset: b3822f50 Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b3822f50c85524a00a045aa3a3d902f190e35906 Stats: 15 lines in 2 files changed: 0 ins; 2 del; 13 mod 8300589: Use @snippet and @linkplain in java.text.CollationKey and java.text.CompactNumberFormat Reviewed-by: lancea, naoto, iris ------------- PR: https://git.openjdk.org/jdk/pull/12108