RFR: JDK-8324342: doclet should default @since for a nested class to that of its enclosing class

Hannes Wallnöfer hannesw at openjdk.org
Mon Apr 8 16:50:10 UTC 2024


On Wed, 20 Mar 2024 19:04:04 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review changes to the support for `since`, `author`, and `version` tags, such that if there are no such tags on a nested class, the doclet will look for any such tags in enclosing classes.

Looks good. I'll leave it to you and @pavelrappo to decide whether to include the partially unrelated updates to the man page.

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

Marked as reviewed by hannesw (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18407#pullrequestreview-1986947427


More information about the javadoc-dev mailing list