Dif. between /* and /** [message #148222] |
Thu, 11 March 2004 22:48 |
Eclipse User |
|
|
|
Originally posted by: ltcmelo_java.yahoo.com.br
Hi, I'm new at this, so I migth have some stupid questions...
I noticed that there's a diference when I use
/* this case
the
letters
become green*/
/**
*this case
*the letters become blue and sometimes
*some marks tags @ are already written
*for me
*/
Can anyone give an explanation?
thanks,
ltcmelo
|
|
|
Re: Dif. between /* and /** [message #148228 is a reply to message #148222] |
Thu, 11 March 2004 22:58 |
Eclipse User |
|
|
|
Originally posted by: newsserver_mails.bodden.de
ltcmelo maundered in <c2qqci$bfr$1@eclipse.org>
> Hi, I'm new at this, so I migth have some stupid questions...
> I noticed that there's a diference when I use
>
> /* this case
> the
> letters
> become green*/
These are ordinary comments.
> /**
> *this case
> *the letters become blue and sometimes
> *some marks tags @ are already written
> *for me
> */
These are javadoc comments. They are parsed by the "javadoc" cool that
generates API documentation out of it. Google knows more ;-()
Eric
--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
|
|
|
Powered by
FUDForum. Page generated in 0.02586 seconds