Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Getting the JavaDoc comments for IMember
Getting the JavaDoc comments for IMember [message #178088] Thu, 16 September 2004 17:47 Go to next message
Eclipse UserFriend
Originally posted by: bennyv.nonstop.net.il

Hello,

I want to know if there is a way for revealing the JavaDoc comment for
IMemmber.

I konw that
org.eclipse.jdt.internal.corext.javadoc.JavaDocAccess.getJav aDocTextString()
mehtod will do the job, but the problem is that it's an internal method.

Thanks,
Benny Vaksendiser.
Re: Getting the JavaDoc comments for IMember [message #178103 is a reply to message #178088] Thu, 16 September 2004 17:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Try

JavaUI.getJavaDocLocation(IJavaElement, boolean)

see if that does what you need.


--
Thanks, Rich Kulp

Re: Getting the JavaDoc comments for IMember [message #178152 is a reply to message #178103] Fri, 17 September 2004 04:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bennyv.nonstop.net.il

I want to get a string that contain the JavaDoc comment of an
IJavaElement, But this method return an URL. Is there any way to retrive
the JavaDoc comment from the URL?


Rich Kulp wrote:

> Try

> JavaUI.getJavaDocLocation(IJavaElement, boolean)

> see if that does what you need.
Re: Getting the JavaDoc comments for IMember [message #178160 is a reply to message #178152] Fri, 17 September 2004 08:15 Go to previous message
Eclipse UserFriend
Benny Vaksendiser wrote:
> I want to get a string that contain the JavaDoc comment of an
> IJavaElement, But this method return an URL. Is there any way to retrive
> the JavaDoc comment from the URL?

See what org.eclipse.jdt.internal.corext.javadoc.JavaDocAccess does.

-tom
Previous Topic:Get Complete Documentation For Element
Next Topic:Tomcate plug-in
Goto Forum:
  


Current Time: Sat May 10 17:03:56 EDT 2025

Powered by FUDForum. Page generated in 0.03870 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top