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

2024-01-16 Thread Jonathan Gibbons
On Thu, 11 Jan 2024 14:46:10 GMT, Hannes Wallnöfer wrote: >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template >> line 1: >> >>> 1: /* >> >> I note that at least in part this is a rename of `script.js` (and rightly >> so) that Git has failed

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

2024-01-11 Thread Hannes Wallnöfer
On Tue, 9 Jan 2024 23:44:51 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java >> >

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

2024-01-11 Thread Hannes Wallnöfer
On Wed, 10 Jan 2024 00:01:35 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java >>

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

2024-01-11 Thread Hannes Wallnöfer
On Tue, 9 Jan 2024 23:12:51 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java >> >

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

2024-01-11 Thread Hannes Wallnöfer
On Tue, 9 Jan 2024 23:07:17 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java >> >

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

2024-01-11 Thread Hannes Wallnöfer
On Wed, 10 Jan 2024 23:46:57 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java >>

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-10 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-09 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-08 Thread Jonathan Gibbons
On Wed, 3 Jan 2024 12:36:15 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 sub

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

2024-01-03 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