Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Dif. between /* and /**
Dif. between /* and /** [message #148222] Thu, 11 March 2004 22:48 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Code generation in Eclipse
Next Topic:Problems running jboss
Goto Forum:
  


Current Time: Sat Nov 09 23:13:36 GMT 2024

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

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

Back to the top