RFR: 8312106: Update man page for javadoc

Hannes Wallnöfer hannesw at openjdk.org
Thu Jul 27 08:38:52 UTC 2023


On Fri, 14 Jul 2023 15:57:03 GMT, Jim Laskey <jlaskey at 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


More information about the javadoc-dev mailing list