Re: RFR: 8346667: Doccheck: warning about missing before [v2]

2024-12-20 Thread Nizar Benalla
On Thu, 19 Dec 2024 17:26:50 GMT, Nizar Benalla wrote: >> Please review this doc-only patch to avoid some unwanted failures in our >> HTML checks. >> >> Javadoc wraps everything under `@param` in a ``, so having an `h2` tag >> there trips some of our tests that use html validators (html-tidy

Re: RFR: 8346667: Doccheck: warning about missing before [v2]

2024-12-19 Thread Paul Sandoz
On Thu, 19 Dec 2024 17:26:50 GMT, Nizar Benalla wrote: >> Please review this doc-only patch to avoid some unwanted failures in our >> HTML checks. >> >> Javadoc wraps everything under `@param` in a ``, so having an `h2` tag >> there trips some of our tests that use html validators (html-tidy

Re: RFR: 8346667: Doccheck: warning about missing before [v2]

2024-12-19 Thread Nizar Benalla
On Thu, 19 Dec 2024 17:26:50 GMT, Nizar Benalla wrote: >> Please review this doc-only patch to avoid some unwanted failures in our >> HTML checks. >> >> Javadoc wraps everything under `@param` in a ``, so having an `h2` tag >> there trips some of our tests that use html validators (html-tidy

Re: RFR: 8346667: Doccheck: warning about missing before [v2]

2024-12-19 Thread Paul Sandoz
On Thu, 19 Dec 2024 17:26:50 GMT, Nizar Benalla wrote: >> Please review this doc-only patch to avoid some unwanted failures in our >> HTML checks. >> >> Javadoc wraps everything under `@param` in a ``, so having an `h2` tag >> there trips some of our tests that use html validators (html-tidy

Re: RFR: 8346667: Doccheck: warning about missing before [v2]

2024-12-19 Thread Nizar Benalla
> Please review this doc-only patch to avoid some unwanted failures in our HTML > checks. > > Javadoc wraps everything under `@param` in a ``, so having an `h2` tag > there trips some of our tests that use html validators (html-tidy and some > other tests). I believe you shouldn't have an `` i