Re: RFR: JDK-8326332: Unclosed inline tags cause misalignment in summary tables [v2]

2024-03-08 Thread Hannes Wallnöfer
> 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` meth

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

2024-03-08 Thread Jonathan Gibbons
On Thu, 7 Mar 2024 14:29:39 GMT, Hannes Wallnöfer 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

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

2024-03-08 Thread Jonathan Gibbons
On Thu, 7 Mar 2024 14:29:39 GMT, Hannes Wallnöfer 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

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

2024-03-08 Thread Guoxiong Li
On Thu, 7 Mar 2024 14:29:39 GMT, Hannes Wallnöfer 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

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

2024-03-08 Thread Guoxiong Li
On Fri, 8 Mar 2024 11:09:50 GMT, Hannes Wallnöfer wrote: >> test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java >> line 83: >> >>> 81: """ >>> 82: Inline tags >> href="../index-all.html">extending >>> 83: beyond the

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

2024-03-08 Thread Hannes Wallnöfer
On Fri, 8 Mar 2024 10:16:51 GMT, Guoxiong Li 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

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

2024-03-08 Thread Guoxiong Li
On Thu, 7 Mar 2024 14:29:39 GMT, Hannes Wallnöfer 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

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

2024-03-07 Thread Hannes Wallnöfer
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 filt