RFR: JDK-8267219: Javadoc method summary breaks when {@inheritDoc} from an empty parent [v2]
liach
github.com+7806504+liach at openjdk.java.net
Tue May 18 01:45:52 UTC 2021
On Mon, 17 May 2021 20:26:02 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> Right off the bat: I'd be interested to know why an empty content demands special treatment.
if an empty content stays empty, it's handled like htmltree.empty in a special case (just like what happens to nocomment) and included in table output. if it's wrapped in a div class=block, the check will not be triggered as it's not empty but yet invalid content, so when the table converts to content that row is lost.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4066
More information about the javadoc-dev
mailing list