On Thu, 29 Jul 2021 08:43:59 GMT, Ajit Ghaisas <aghai...@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