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

Jonathan Gibbons jjg at openjdk.org
Tue Apr 16 18:31:42 UTC 2024


On Mon, 8 Apr 2024 11:53:25 GMT, Pavel Rappo <prappo 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.
>
> src/jdk.javadoc/share/man/javadoc.1 line 1:
> 
>> 1: .\" Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
> 
> This diff to the man page seems to contain some unrelated changes. If this is intentional, I'd prefer to move those changes to a separate, clean-up PR.

The changes were all described together in the associated CSR, which you reviewed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18407#discussion_r1567787082


More information about the javadoc-dev mailing list