RFR: 8180066: Convert package.html files to package-info.java

Kevin Rushforth kcr at openjdk.org
Wed Jun 21 18:57:11 UTC 2023


On Wed, 21 Jun 2023 18:35:50 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> String converters link got lost in allpackages-index and index-all. is this intentional?

It's the other way around. That link is _not_ present in the existing JavaFX API docs because of the redundant first sentence. It is now there because I got rid of the redundant first sentence (the one without the link) and the unwanted `<h2>` tag, making the following the first sentence:


 This package is for standard {@link javafx.util.StringConverter string converters}
 for JavaFX.


So the link wasn't lost, it was found.

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

PR Comment: https://git.openjdk.org/jfx/pull/1159#issuecomment-1601403187


More information about the openjfx-dev mailing list