Re: RFR: 8344041: Re-enable external specs page

2024-11-27 Thread Nizar Benalla
On Tue, 19 Nov 2024 15:45:18 GMT, Hannes Wallnöfer wrote: > Please review a change to enable the External Specifications page in API > docs. The page was disabled because of missing `@spec` tags in OpenJDK > sources. This is a straightforward undo of of #13127 / [JDK-8304689], which > means th

Re: RFR: 8344041: Re-enable external specs page

2024-11-27 Thread Chen Liang
On Tue, 19 Nov 2024 15:45:18 GMT, Hannes Wallnöfer wrote: > Please review a change to enable the External Specifications page in API > docs. The page was disabled because of missing `@spec` tags in OpenJDK > sources. This is a straightforward undo of of #13127 / [JDK-8304689], which > means th

Re: RFR: 8344041: Re-enable external specs page

2024-11-27 Thread Nizar Benalla
On Tue, 19 Nov 2024 15:45:18 GMT, Hannes Wallnöfer wrote: > Please review a change to enable the External Specifications page in API > docs. The page was disabled because of missing `@spec` tags in OpenJDK > sources. This is a straightforward undo of of #13127 / [JDK-8304689], which > means th

Re: RFR: 8344041: Re-enable external specs page

2024-11-27 Thread Nizar Benalla
On Tue, 19 Nov 2024 15:45:18 GMT, Hannes Wallnöfer wrote: > Please review a change to enable the External Specifications page in API > docs. The page was disabled because of missing `@spec` tags in OpenJDK > sources. This is a straightforward undo of of #13127 / [JDK-8304689], which > means th

Re: RFR: 8344041: Re-enable external specs page

2024-11-19 Thread Erik Joelsson
On Tue, 19 Nov 2024 15:45:18 GMT, Hannes Wallnöfer wrote: > Please review a change to enable the External Specifications page in API > docs. The page was disabled because of missing `@spec` tags in OpenJDK > sources. This is a straightforward undo of of #13127 / [JDK-8304689], which > means th

RFR: 8344041: Re-enable external specs page

2024-11-19 Thread Hannes Wallnöfer
Please review a change to enable the External Specifications page in API docs. The page was disabled because of missing `@spec` tags in OpenJDK sources. This is a straightforward undo of of #13127 / [JDK-8304689], which means the hidden ad-hoc `--no-external-specs-page` option is also removed.