Integrated: JDK-8326332: Unclosed inline tags cause misalignment in summary tables

Hannes Wallnöfer hannesw at openjdk.org
Fri Mar 8 21:01:56 UTC 2024


On Thu, 7 Mar 2024 14:29:39 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a simple fix to make sure inline tags are always closed in summary tables, even when the tags are closed after the first sentence in the original doc comment. 
> 
> I decided to colocate the functionality to track open inline tags with the existing `ignoreNonInlineTag` method that filters out non-inline elements because there is a lot of common functionality, such as retrieving the name and kind of an HTML tag. I considered giving the method a name that describes the additional functionality, but couldn't find one that wasn't comically long. Suggestions are welcome of course.

This pull request has now been integrated.

Changeset: a6dc4bc2
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a6dc4bc2b83c7240e573ac43f9b7a10191c58ed3
Stats:     39 lines in 3 files changed: 26 ins; 1 del; 12 mod

8326332: Unclosed inline tags cause misalignment in summary tables

Reviewed-by: gli, jjg

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

PR: https://git.openjdk.org/jdk/pull/18154


More information about the javadoc-dev mailing list