Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Question about showing tooltips of comment of my own method?(tooltip comment annotation)
Question about showing tooltips of comment of my own method? [message #781343] Fri, 20 January 2012 20:57 Go to next message
Eclipse UserFriend
I wrote this method with comments on it:
	/*
	 * This method ...
	 * @param a the ...
	 * @return number
	 */
	public int abc (int a) {...}


In my other class, I want to be able to see those javadoc as a hint, like the @param, @return. How do I do that? The java library's doc works fine, but how do I get the ones I wrote working?

Thanks.
Re: Question about showing tooltips of comment of my own method? [message #781408 is a reply to message #781343] Sat, 21 January 2012 01:22 Go to previous messageGo to next message
Eclipse UserFriend
That should be working out of the box. Have you created a jar library
out of some of the code that you have written?

--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
Re: Question about showing tooltips of comment of my own method? [message #781775 is a reply to message #781408] Sun, 22 January 2012 03:13 Go to previous messageGo to next message
Eclipse UserFriend
No, I haven't created any jar about the classes I wrote. Is that the reason? How do I do that?

Thanks.
Re: Question about showing tooltips of comment of my own method? [message #782068 is a reply to message #781775] Sun, 22 January 2012 23:40 Go to previous message
Eclipse UserFriend
Javadoc's start with /** and not with /*.
Previous Topic:Which Eclipse Package is compatible with Crystal 3.5 on Win 64-bit
Next Topic:eclipse takes OS language as default - how to disable?
Goto Forum:
  


Current Time: Fri May 23 04:43:54 EDT 2025

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

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

Back to the top