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
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
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
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'