Re: RFR: JDK-8298405: Support Markdown in Documentation Comments [v6]

2024-01-12 Thread Pavel Rappo
On Mon, 8 Jan 2024 21:26:50 GMT, Jonathan Gibbons wrote: >> Please review a patch to add support for Markdown syntax in documentation >> comments, as described in the associated JEP. >> >> Notable features: >> >> * support for `///` documentation comments in `JavaTokenizer` >> * new module `jd

Re: RFR: JDK-8320458: Improve structural navigation in API documentation [v4]

2024-01-12 Thread Hannes Wallnöfer
> This is a rather big change to update the structural navigation in API > documentation generated by JavaDoc. It adds a table of contents for the > current page to module, package, and class documentation, and replaces the > old sub-navigation bar with a breadcrumb-style links in those pages. T

Re: RFR: JDK-8320458: Improve structural navigation in API documentation [v4]

2024-01-12 Thread Hannes Wallnöfer
On Fri, 12 Jan 2024 18:52:46 GMT, Hannes Wallnöfer wrote: >> This is a rather big change to update the structural navigation in API >> documentation generated by JavaDoc. It adds a table of contents for the >> current page to module, package, and class documentation, and replaces the >> old su

RFR: JDK-8323628: Update license on "pass-through" files

2024-01-12 Thread Jonathan Gibbons
Please review an update to change the license used on those files that get written by `javadoc` into any generated API doc bundles. The license is changed to the Universal Permissive License in all situations. A new test is added to verify the license is found on all appropriate files in the `r