Re: RFR: 8352511: Show additional level of headings in table of contents [v2]

2025-04-04 Thread Hannes Wallnöfer
On Fri, 21 Mar 2025 05:17:58 GMT, Chen Liang wrote: > Looks good. Since the removal of old push/pop will cause compile errors, I > assume you have updated all legacy sites. This is an internal API that was created specifically for this use and isn't used anywhere else, so we should be fine. -

Re: RFR: 8352511: Show additional level of headings in table of contents [v2]

2025-03-22 Thread Chen Liang
On Fri, 21 Mar 2025 03:12:39 GMT, Hannes Wallnöfer wrote: >> Please review a patch to show an additional level of headings in the table >> of contents for module, package and class descriptions. Previously only >> `` headings were shown in the table of contents, now we also show `` >> level he

Re: RFR: 8352511: Show additional level of headings in table of contents [v2]

2025-03-20 Thread Hannes Wallnöfer
> Please review a patch to show an additional level of headings in the table of > contents for module, package and class descriptions. Previously only `` > headings were shown in the table of contents, now we also show `` level > headings. > > The `TableOfContents` class no longer provides > `

RFR: 8352511: Show additional level of headings in table of contents

2025-03-20 Thread Hannes Wallnöfer
Please review a patch to show an additional level of headings in the table of contents for module, package and class descriptions. Previously only `` headings were shown in the table of contents, now we also show `` level headings. The `TableOfContents` class no longer provides `pushNestedList`