RFR: 8332732: Clean up non-standard use of /// comments in JavaFX

Kevin Rushforth kcr at openjdk.org
Thu May 23 17:51:07 UTC 2024


On Thu, 23 May 2024 16:21:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Are these all the places where javadoc fails, or more files are coming separately?

There are only 5 places where javadoc fails with the latest JDK 23. By eliminating all cases where we have more than three slashes, this PR fixes those 5 as well as avoids a pattern that could cause problems in the future.

> For example, see AccordionBehavior:151, ChoiceBoxSkin:327

Not sure what you mean here. Those lines are modified by this PR such that they no longer have more than 2 slashes.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1461#issuecomment-2127729783


More information about the openjfx-dev mailing list