I can't seem to figure out how to get my Javadoc to appear in the
Javadoc popup. I get the single line method signature, which I assume
it gets from the class file, but I would like to see the full Javadoc
for a method. I set the Javadoc folder in project>Properties>Javadoc
location, but that didn't seem to do anything. I searched help for
Javadoc but found nothing so far. Anyone know how to do this?
dcfrench@gmail.com - 30 Jan 2005 06:00 GMT
I think I found the answer. It is also necessary to attach the source
to the jar file to be able to see the Javadoc in the hover window.
> I can't seem to figure out how to get my Javadoc to appear in the
> Javadoc popup. I get the single line method signature, which I assume
> it gets from the class file, but I would like to see the full Javadoc
> for a method. I set the Javadoc folder in project>Properties>Javadoc
> location, but that didn't seem to do anything. I searched help for
> Javadoc but found nothing so far. Anyone know how to do this?