Re: Javadoc: docklet, properties, getters and setters

2014-05-17 Thread Florian Brunner
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

Re: Javadoc: docklet, properties, getters and setters

2014-05-17 Thread Tom Schindl
Hi, Generally speaking I have to say that I'm not really a fan of this javafx-properties additions: a) IDEs now need to be taught this special case to show JavaFX javadoc on hover - Eclipse does that we Luna not sure others understand that pattern yet b) Inconsistent pattern useage -

Re: Javadoc: docklet, properties, getters and setters

2014-05-16 Thread 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