Fix javadoc

This commit is contained in:
Victor 2014-01-16 17:55:19 +02:00
parent cd5056fbca
commit 023aac3568
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,6 @@ import com.badlogic.gdx.math.MathUtils;
/**
* Simple functions for drawing
* @author aNNiMON
*
*/
public class DrawUtils {

View File

@ -9,6 +9,10 @@ import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
/**
* Main application class
* @author aNNiMON
*/
public class InfluenceXXII implements ApplicationListener {
private Pointer pointer;

View File

@ -6,7 +6,6 @@ import com.badlogic.gdx.Input.Keys;
/**
* Input handling by keyboard or touch
* @author aNNiMON
*
*/
public class InputHandlingProcessor implements InputProcessor {