Yes, that did the trick. Thanks!

For Maven this would be:

 <configuration>
                    ...
                    <additionalparam>-javafx</additionalparam>
                    ...
</configuration>

-Florian


Am Freitag, 16. Mai 2014, 17.31:54 schrieb Kevin Rushforth:
> Try:
> 
>     javadoc -javafx ...
> 
> -- Kevin
> 
> Florian Brunner wrote:
> > As far as I'm aware, with Java SE 8 you don't have to specify a docklet
> > anymore. The default docklet already supprts JavaFX properties.
> > 
> > But when I generate the Javadoc, the section "Property description: ..."
> > is
> > missing in the getters and the setters.
> > 
> > I noticed however, that the JavaFX 8 Javadoc does have these sections
> > (e.g.
> > see Button.setDefaultButton:
> > http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/Button.htm
> > l#setDefaultButton-boolean- )
> > 
> > How did you manage to generate these sections?
> > 
> > Thanks for some hints.
> > 
> > -Florian

Reply via email to