[jfx17] RFR: 8250590: Classes and methods in the javafx.css package are missing documentation [v4]

Ajit Ghaisas aghaisas at openjdk.java.net
Thu Jul 29 09:41:35 UTC 2021


On Thu, 29 Jul 2021 08:43:59 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

>> This PR corrects/adds missing documentation for classes in javafx.css package.
>
> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8250590 - fix review comments

I see that this is a much wider problem with openjfx17 documentation.
Wherever only `@inheritDoc` is used, we are having this corruption in final html documentation.
For example - look for class documentation of  javafx.scene.layout.BackgroundSize in html.
The same class documentation of openjfx16 is all fine - (https://openjfx.io/javadoc/16/javafx.graphics/javafx/scene/layout/BackgroundSize.html)

Need to find root cause and fix this.

-------------

PR: https://git.openjdk.java.net/jfx/pull/589


More information about the openjfx-dev mailing list