RFR: 8252547: Correct transformations docs in Node [v3]

Nir Lisker nlisker at openjdk.java.net
Sat Sep 12 13:50:08 UTC 2020


On Fri, 11 Sep 2020 21:43:46 GMT, Kevin Rushforth <kcr at openjdk.org> 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


More information about the openjfx-dev mailing list