Should we document Styleable properties?
Michael Strauß
michaelstrau2 at gmail.com
Mon Jul 1 21:33:18 UTC 2024
Further testing shows that while the javadoc tool does support custom tags,
it doesn’t lift custom tags defined on JavaFX property fields to the
property method documentation.
Lifting documentation from the property field to property methods is a
JavaFX-specific feature of Javadoc. At first glance, there seems to be no
particular reason why custom tags are ignored in this situation; probably
it just wasn’t implemented.
So if we add this custom tag, it won’t show up on the generated HTML. We
could start using a custom tag, and then file an enhancement request for
Javadoc to lift custom tags to methods just as it does with other tags.
What’s your opinion on that?
Andy Goryachev <andy.goryachev at oracle.com> schrieb am Mo. 1. Juli 2024 um
23:20:
> Would even work with Eclipse out of the box:
>
>
>
>
>
> I also like the fact that we won't need to maintain links manually as
> there would not be any.
>
>
>
> -andy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20240701/b579a5d5/attachment.htm>
More information about the openjfx-dev
mailing list