On Mon, 17 May 2021 16:51:54 GMT, liach <github.com+7806504+li...@openjdk.org> wrote:
> This change fixes when a method body has only inline tags that produce no > output, the method summary will get eaten. > > This change allows `{@inheritDoc}` from empty parents to go through the code > path used by `-nocomment` and properly generate tables. > > All `jtreg:test/langtools/jdk/javadoc/doclet` tests pass. This pull request has now been integrated. Changeset: 459abd56 Author: liach <li...@users.noreply.github.com> Committer: Hannes Wallnöfer <hann...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/459abd561accc9f10456a9d63f7fa19c7f8e020e Stats: 111 lines in 4 files changed: 108 ins; 0 del; 3 mod 8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent Reviewed-by: hannesw ------------- PR: https://git.openjdk.java.net/jdk/pull/4066