I am developing a library and I will love that the jar contains the javadoc, especially as it is accessible to the developer in the "popups" of eclipse.
So I integrated my javadoc to my jar (the index is below the root), but in eclipse, the javadoc is not visible unless it is explicitly associate (right click on the library.jar> JavaDoc Location).
Is there a way of preventing Eclipse automatically locate my javadoc in my jar? At the manifest may be?
Bookmarks