Discussion:
how to get comments from classes in eclipse
(too old to reply)
Winch Steare
2005-10-04 21:41:37 UTC
Permalink
You know how when you hover over a method, and if you have a class that defines that method with
javadoc comments somewhere else in your project it will display the helpful comments. I was
wondering how you can get this to work for the standard classes that come with java. Not just
methods, it works for variable names, variable, types, etc.
Paul Gries
2005-10-05 01:58:36 UTC
Permalink
Post by Winch Steare
You know how when you hover over a method, and if you have a class that
defines that method with
javadoc comments somewhere else in your project it will display the helpful
comments. I was
wondering how you can get this to work for the standard classes that come
with java. Not just
methods, it works for variable names, variable, types, etc.
This what you're looking for?

http://www.cis.upenn.edu/~matuszek/cit594-2005/Pages/eclipse-faq.html#api
_javadoc

-Paul
Winch Steare
2005-10-06 03:07:27 UTC
Permalink
Post by Paul Gries
This what you're looking for?
http://www.cis.upenn.edu/~matuszek/cit594-2005/Pages/eclipse-faq.html#api
_javadoc
-Paul
Yes, thanks!

Continue reading on narkive:
Loading...