I've started yesterday to use IntelliJ IDEA for java programming, before I was using Eclipse.
I've noticed that there are two types of comments that this software uses (excluding the classic //comment here
):
/* comment here */
and it will be displayed in grey/** comment here */
and it will be displayed in green
what is the difference between the two? when should I use one, when the other?