On Thu, 27 Apr 2023 11:39:24 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> Adds the javadoc commands to generate the NEW page and to be able to select >> versions in the DEPRECATED page. > > Nir Lisker has updated the pull request incrementally with one additional > commit since the last revision: > > Auto-detect latest version Marked as reviewed by kcr (Lead). > > The `-since` option does not play well with the javafx one: if > > documentation was added on a `private` property field with the `@since` > > tag, it will not be included in the NEW and DEPRECATED lists. > > Confirmed. I can file a bug against the javadoc tool. This looks like one > more place where they need to handle JavaFX properties. I filed [JDK-8309765](https://bugs.openjdk.org/browse/JDK-8309765) to track this. ------------- PR Review: https://git.openjdk.org/jfx/pull/1109#pullrequestreview-1473427741 PR Comment: https://git.openjdk.org/jfx/pull/1109#issuecomment-1585679728