I have a header file. That file is filled with multi line comments. In comments there are many time some words appear with @ e.g
/** @that
*/
Now this "that" changes color from green to orange(in Keil IDE). These comments doesn't seem affecting anything. Is there any thing significant behind changing color of this text? Or this is just another thing about comments that I don't know, and it is harmless? Please note that when I remove one star behind "that", it changes color to green as well.