Re: RFR: 8284209: Replace remaining usages of 'a the' in source code

2022-05-20 Thread Magnus Ihse Bursie
On Wed, 18 May 2022 14:46:42 GMT, Alexey Ivanov wrote: > Replaces usages of articles that follow each other in all combinations: > a/the, an?/an?, the/the… > > It's the last issue in the series, and it still touches different areas of > the code. Build changes look good. Thanks for the cleanu

RFR: JDK-8277420: Provide a way to copy the hyperlink to a doc element to the clipboard

2022-05-20 Thread Hannes Wallnöfer
This is a CSS/JavaScript only change to implement copy-to-clipboard functionality for all headers (`h1` - `h6`) that have an `id` attribute associated with them. The following element-attribute patterns are supported (using `` as an example): - `` (generated by javadoc) - `` (commonly used)

Re: RFR: JDK-8277420: Provide a way to copy the hyperlink to a doc element to the clipboard

2022-05-20 Thread Jorn Vernee
On Fri, 20 May 2022 17:20:19 GMT, Hannes Wallnöfer wrote: > This is a CSS/JavaScript only change to implement copy-to-clipboard > functionality for all headers (`h1` - `h6`) that have an `id` attribute > associated with them. The following element-attribute patterns are supported > (using `` a

Re: RFR: JDK-8277420: Provide a way to copy the hyperlink to a doc element to the clipboard

2022-05-20 Thread Jorn Vernee
On Fri, 20 May 2022 17:20:19 GMT, Hannes Wallnöfer wrote: > This is a CSS/JavaScript only change to implement copy-to-clipboard > functionality for all headers (`h1` - `h6`) that have an `id` attribute > associated with them. The following element-attribute patterns are supported > (using `` a

RFR: 8287099: Clean up terminology regarding doc comment descriptions.

2022-05-20 Thread Pavel Rappo
Use the term "main description". - Commit messages: - Update copyright years - Initial commit Changes: https://git.openjdk.java.net/jdk/pull/8818/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8818&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8287099 S

Re: RFR: 8287099: Clean up terminology regarding doc comment descriptions.

2022-05-20 Thread Jonathan Gibbons
On Fri, 20 May 2022 20:55:02 GMT, Pavel Rappo wrote: > Use the term "main description". Approved. To be clear, I think we should keep the unadorned term _description_ for any narrative description in any possible, and that we should use _main description_ for the content before any block tags

RFR: 8287118: Use monospace font for annotation default values

2022-05-20 Thread liach
Now the default values of annotation interface methods are rendered in `` tags like the values on the constant values page. Compare `BeanProperties` from [JDK 18](https://docs.oracle.com/en/java/javase/18/docs/api/java.desktop/java/beans/BeanProperty.html) and [this patch](https://cr.openjdk.j