Re: RFR: JDK-8272944: Use snippets in jdk.javadoc documentation

2021-12-03 Thread Julia Boes
On Fri, 3 Dec 2021 00:18:09 GMT, Jonathan Gibbons wrote: > Please review a patch to convert an example in the `jdk.javadoc` > documentation to use snippets instead of raw HTML and/or `{@code }`. There > are some minor tweaks to the text of the example, but no changes to the > normative specif

Integrated: 8277847: Support toolGuide tag in class-level documentation

2021-11-29 Thread Julia Boes
On Thu, 25 Nov 2021 15:58:58 GMT, Julia Boes wrote: > This change adds support for the `@toolGuide` tag in class-level API > documentation. > > (A use case is the jwebserver tool, where the > com.sun.net.httpserver.SimpleFileServer class provides API points for > extension

Re: RFR: 8277847: Support toolGuide tag in class-level documentation

2021-11-26 Thread Julia Boes
On Fri, 26 Nov 2021 11:43:25 GMT, Daniel Fuchs wrote: >> This change adds support for the `@toolGuide` tag in class-level API >> documentation. >> >> (A use case is the jwebserver tool, where the >> com.sun.net.httpserver.SimpleFileServer class provides API points for >> extension and custom

RFR: 8277847: Support toolGuide tag in class-level documentation

2021-11-25 Thread Julia Boes
This change adds support for the `@toolGuide` tag in class-level API documentation. (A use case is the jwebserver tool, where the com.sun.net.httpserver.SimpleFileServer class provides API points for extension and customization of the underlying server and its components. Linking to the tool'