On Wed, 24 Nov 2021 11:57:16 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

>> This change introduces jwebserver, a dedicated JDK tool for the Simple Web 
>> Server. 
>> 
>> A description is provided in a follow-up comment.
>
> src/jdk.httpserver/share/classes/com/sun/net/httpserver/SimpleFileServer.java 
> line 110:
> 
>> 108:  *
>> 109:  * <p>A simple HTTP file server implementation is provided via the
>> 110:  * {@code jwebserver} tool.
> 
> Maybe an `@toolGuide jwebserver` javadoc tag could also be added here too, at 
> line 111?

The tag can currently only be added to module and package summaries, if I read 
the code correctly, see 
`open/make/jdk/src/classes/build/tools/taglet/ToolGuide.java`. I can check if 
we can add class-level support at a later point.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6497

Reply via email to