On Fri, 12 May 2023 21:35:25 GMT, Kevin Rushforth <[email protected]> wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java
>> line 828:
>>
>>> 826: * This enum describes the values for TOGGLE_STATE attribute.
>>> 827: *
>>> 828: * @see TOGGLE_STATE
>>
>> this might be Eclipse limitation, but this link does not resolve (in Eclipse
>> javadoc widget). should it?
>
> Hopefully, this is just an Eclipse limitation. I'll check the actual javadoc
> (which I was planning to do anyway).
It does work in the actual javadocs (so almost certainly an Eclipse issue).
Minor suggestion: use `{@link ...}` in the Description (and then you can remove
the `@see`) like this:
This enum describes the values for the {@link TOGGLE_STATE} attribute.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1088#discussion_r1192829341