Packaging up JavaDoc into a JAR Library to Enable IDE Help

Where do JavaDoc files for a JAR library go so they can be viewed from an IDE?

I wrote a simple utility class that I've JARed up (with source code) to create a JAR library. I can add the JAR to a project (using "Add External JARs..." in Eclipse), and code completion and drill down (F3 in Eclipse) work fine. However, now I want to add JavaDoc to my JAR library so that everyone who includes my library in their projects can view the JavaDoc from within their IDE (F1 in Eclipse). I've created the JavaDoc and it looks fine, but where do I put it?

_

[url=http://www.snapbackup.com/translate/]Translate[/url]

[634 byte] By [pilaftanka] at [2007-10-2 7:25:53]
# 1
I don't know. (This is an Eclipse question that might be answered on an Eclipse forum)
dhkramera at 2007-7-16 21:03:20 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

No, it's not an Eclipse question. All sorts of companies provide JAR libraries (often referred to as 3rd party JARs), and I want to know what is the best way to ship JavaDoc inside or along with a JAR library. I just so happen to use Eclipse and referenced the Eclipse commands in my post as an example and to remove any ambiguity.

__

[url=http://www.centerkey.com/mac/java/]Mac Java![/url]

pilaftanka at 2007-7-16 21:03:20 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...