Re: RFR: JDK-8308659: Use CSS scroll-margin instead of flexbox layout in API documentation [v2]

2023-10-16 Thread Hannes Wallnöfer
> A few years ago we switched to [Flexbox > Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to > implement the sticky header in the API docs generated by `javadoc`. This > solved the problem of anchor link targets [not being positioned > correctly](https://bugs.openjdk.org/br

Re: RFR: JDK-8308659: Use CSS scroll-margin instead of flexbox layout in API documentation [v2]

2023-10-16 Thread Hannes Wallnöfer
On Mon, 16 Oct 2023 12:11:03 GMT, Hannes Wallnöfer wrote: >> A few years ago we switched to [Flexbox >> Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to >> implement the sticky header in the API docs generated by `javadoc`. This >> solved the problem of anchor link targets

Integrated: JDK-8308659: Use CSS scroll-margin instead of flexbox layout in API documentation

2023-10-16 Thread Hannes Wallnöfer
On Thu, 28 Sep 2023 19:50:21 GMT, Hannes Wallnöfer wrote: > A few years ago we switched to [Flexbox > Layout](https://developer.mozilla.org/en-US/docs/Glossary/Flexbox) to > implement the sticky header in the API docs generated by `javadoc`. This > solved the problem of anchor link targets [no

Re: RFR: JDK-8316972: Add javadoc support for restricted methods

2023-10-16 Thread Maurizio Cimadamore
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote: > Please review a change to add support for restricted methods to JavaDoc. The > bulk of this patch was contributed by @mcimadamore. It adds a warning note to > the summary and details of restricted methods and a superscript to links to

Re: RFR: JDK-8316972: Add javadoc support for restricted methods

2023-10-16 Thread Maurizio Cimadamore
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote: > Please review a change to add support for restricted methods to JavaDoc. The > bulk of this patch was contributed by @mcimadamore. It adds a warning note to > the summary and details of restricted methods and a superscript to links to

Re: RFR: 8308753: Class-File API transition to Preview [v21]

2023-10-16 Thread Adam Sotona
> Classfile API is an internal library under package `jdk.internal.classfile`  > in JDK 21. > This pull request turns the Classfile API into a preview feature and moves it > into `java.lang.classfile`. > It repackages all uses across JDK and tests and adds lots of missing Javadoc. > > This PR goe

Re: RFR: JDK-8316972: Add javadoc support for restricted methods

2023-10-16 Thread Jonathan Gibbons
On Fri, 13 Oct 2023 16:21:48 GMT, Hannes Wallnöfer wrote: > Please review a change to add support for restricted methods to JavaDoc. The > bulk of this patch was contributed by @mcimadamore. It adds a warning note to > the summary and details of restricted methods and a superscript to links to