On Wed, 24 Nov 2021 14:05:03 GMT, Julia Boes <jb...@openjdk.org> wrote:
>> 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. Support for `@toolGuide` in class-level documentation was added to the mainline with https://github.com/openjdk/jdk/commit/e3e5908d0d385ef908ba9752908aaf28b4b3e4f4 ------------- PR: https://git.openjdk.java.net/jdk/pull/6497