kasemir / org.csstudio.display.builder

Update of org.csstudio.opibuilder.*
Eclipse Public License 1.0
2 stars 10 forks source link

DB API javadoc fixes #452

Closed claudio-rosati closed 6 years ago

claudio-rosati commented 6 years ago

Fixed all javadoc errors and warnings not related to references or symbols not found.

kasemir commented 6 years ago

Did the same for phoebus.

For the Java9 javadoc, I had to add '-Xold' to get it to run at all in spite of the warnings, and Java 10 javadoc then fails because it doesn't know '-Xold' any more.

Overall much better to not have the warnings in the first place, now it's clean with both J9 and J10, thanks.