Re: JavaFX JavaDoc and IDEs

2013-12-18 Thread Tom Schindl
Hi Kevin, I guess there's no formal spec for this? Maybe at least http://download.java.net/jdk8/docs/technotes/tools/windows/javadoc.html should mention this? Maybe this impossible because FX is JSRed? Tom On 17.12.13 23:48, Kevin Rushforth wrote: That's basically what the doclet does. Here is

JavaFX JavaDoc and IDEs

2013-12-17 Thread Tom Schindl
Hi, I can't speak for Netbeans and IntelliJ but now that JavaFX ships the source with the JDK and Eclipse recgonizes this there's a small problem with the way JavaFX is using JavaDoc. Take for example Window#onCloseRequest /** * Called when there is an external request to close this

Re: JavaFX JavaDoc and IDEs

2013-12-17 Thread Kevin Rushforth
That's basically what the doclet does. Here is the JDK JIRA for this (first introduced in 7u6...I hadn't remembered it was that early): https://bugs.openjdk.java.net/browse/JDK-7112427 And here is the JDK 8 changeset that implements it: