On Fri, 12 May 2023 22:10:43 GMT, Kevin Rushforth <[email protected]> wrote:
>> 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.
In Eclipse, only this works:
{@link AccessibleAttribute#TOGGLE_STATE}
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1088#discussion_r1192830249