On Fri, 11 Sep 2020 21:43:46 GMT, Kevin Rushforth <[email protected]> wrote:
>> Nir Lisker has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Added </li> tags
>
> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 3423:
>
>> 3421: *
>> 3422: * @return the {@code boundsInParent} property for this {@code
>> Node}
>> 3423: * @see {@linkplain Node Bounding Rectangles} section in the class
>> docs
>
> This causes a javadoc error:
>
>> Task :javadoc
> modules\javafx.graphics\src\main\java\javafx\scene\Node.java:3423: error:
> unexpected content
> * @see {@linkplain Node Bounding Rectangles} section in the class docs
> ^
> 1 error
>
>> Task :javadoc FAILED
`@see` doesn't show for properties because of the special handling (same goes
for `@return`). I opted to create HTML
links to the headers instead. I did it to all for them even if they are not all
used.
-------------
PR: https://git.openjdk.java.net/jfx/pull/293