On Fri, 14 Jul 2023 15:57:03 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
> Update javadoc man page to indicate unnamed classes are supported. src/jdk.javadoc/share/man/javadoc.1 line 89: > 87: nested and unnamed classes (but not anonymous inner classes), > 88: interfaces, constructors, methods, and fields. > 89: You can use the\f[V]javadoc\f[R] tool to generate the API documentation It looks like a space character went missing here between "the" and "javadoc". Can you check? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14891#discussion_r1275929981