what the hell happened to my code?

I did something , not sure what and now my code is all messed up
so anyone know what it the function of this and how to remove it?
this is what happened:

and this happend to my variables



    /**
     *
     */
    public float incineratedamage=1000f;

    /**
     *
     */
    public ROGroundtile groundtile;

    /**
     *
     */
    public Physics physics;      


Just delete whatever is wrong? I have no idea what’s wrong with your code. The


/**
*
*/

Is a comment that allows you to add Javadoc (or something similar) for ease of use.

Which IDE are you using?

There is an option that allows you to create templates, and you probably accidentally set the one for JavaDoc. Comments don’t really affect your code, so it will still run as intended.

yeah if youre using eclipse and hit the auto format for template button or whatever it may do this