Re: Javadoc tool version used to build JavaFX documentation

2016-03-02 Thread Kevin Rushforth
Thanks for reporting this. -- Kevin Anirvan Sarkar wrote: I messed up before. I hadn't cleaned up my Javadoc directory before building the documentation with jdk1.8.0_40. The alignment issue exists with jdk1.8.0_40. After some searching in JBS I found the javadoc bug JDK-8072461 [1].

Re: Javadoc tool version used to build JavaFX documentation

2016-03-02 Thread Kevin Rushforth
We use javadoc from 8u40, too (at least for FX 8u60 and later). However, it looks like an old version of the docs was published on the docs.oracle.com web site. I will file a bug for that. -- Kevin Anirvan Sarkar wrote: Hi, Is the Javadoc tool used to build JavaFX documentation not from

Re: Javadoc tool version used to build JavaFX documentation

2016-03-02 Thread Anirvan Sarkar
I messed up before. I hadn't cleaned up my Javadoc directory before building the documentation with jdk1.8.0_40. The alignment issue exists with jdk1.8.0_40. After some searching in JBS I found the javadoc bug JDK-8072461 [1]. According to the bug report the issue has been fixed in atleast

Javadoc tool version used to build JavaFX documentation

2016-03-02 Thread Anirvan Sarkar
Hi, Is the Javadoc tool used to build JavaFX documentation not from the JDK used to build JavaFX ? If you view the javafx.event.Event 'Uses' webpage [1] source, you will see the comment: So it looks like the documentation is built using jdk1.8.0 while JavaFX itself is built using jdk1.8.0_40