views:

36

answers:

0

Is there a way I can include pre-generated JavaDoc in a JAR file and have Eclipse 3.5+ automatically associate this with the contained classes?

I know it's possible to manually set-up an association after the JAR has been added using the Eclipse GUI, but I'm wondering if there is, for example, something I can put in a manifest file so this manual step can be skipped.

Thanks.