Hello!
Sometimes I have in my project libraries that ship without source code, only html JavaDoc is available.
Is it possible to force the Javadoc View and the tooltip that pops-up when above a method to use the javadoc (given in the library’s Javadoc Location) when no Source attachement is given?
NetBeans, contrary to (My)Eclipse, doesn’t require any source code and takes the information for tooltips directly from javadoc documentation. So I wonder how to arrange that in Eclipse? Or have I missed something?
Thank you very much!