diff --git a/javadoc/index-files/index-9.html b/javadoc/index-files/index-9.html
index d916981..42d25af 100644
--- a/javadoc/index-files/index-9.html
+++ b/javadoc/index-files/index-9.html
@@ -1,11 +1,11 @@
-
+
T-Index
-
+
diff --git a/javadoc/index.html b/javadoc/index.html
index 20a5e7c..9e9e41b 100644
--- a/javadoc/index.html
+++ b/javadoc/index.html
@@ -1,11 +1,11 @@
-
+
Generated Documentation (Untitled)
-
+
diff --git a/javadoc/overview-tree.html b/javadoc/overview-tree.html
index 371a7cf..081f57a 100644
--- a/javadoc/overview-tree.html
+++ b/javadoc/overview-tree.html
@@ -1,11 +1,11 @@
-
+
Class Hierarchy
-
+
diff --git a/javadoc/package-summary.html b/javadoc/package-summary.html
index 3757ecf..5241f11 100644
--- a/javadoc/package-summary.html
+++ b/javadoc/package-summary.html
@@ -1,11 +1,11 @@
-
+
Unnamed Package
-
+
diff --git a/javadoc/package-tree.html b/javadoc/package-tree.html
index c4672ca..27e5bd3 100644
--- a/javadoc/package-tree.html
+++ b/javadoc/package-tree.html
@@ -1,11 +1,11 @@
-
+
Class Hierarchy
-
+
diff --git a/src/main/java/Game.java b/src/main/java/Game.java
index 9aebcdf..ba733b8 100644
--- a/src/main/java/Game.java
+++ b/src/main/java/Game.java
@@ -50,6 +50,7 @@ public class Game {
}
/**
+ * Check if the Player is allowed to roll the dice again
* @param dice Value of dice got from rolldice()
* @param p active Player
* @param countRolls Counter how often the Player already rolled the dice
@@ -63,6 +64,7 @@ public class Game {
}
/**
+ * Check if a target field is free or occupied by another figure
* @param posToCheck Target position to check
* @param p active Player
* @param g game instance
@@ -86,6 +88,7 @@ public class Game {
}
/**
+ * Get List of all usable Figures in the current Play for one Player
* @param dice Value of dice got from rolldice()
* @param p active Player
* @param g game instance
@@ -102,6 +105,7 @@ public class Game {
}
/**
+ * Check if a figure is usable
* @param dice Value of dice got from rolldice()
* @param figId id of figure to check
* @param p active Player
@@ -129,6 +133,7 @@ public class Game {
}
/**
+ * Set a figure on a field according
* @param figId id of figure to check
* @param dice Value of dice got from rolldice()
* @param p active Player
diff --git a/src/main/java/Player.java b/src/main/java/Player.java
index add07e8..5346be7 100644
--- a/src/main/java/Player.java
+++ b/src/main/java/Player.java
@@ -44,8 +44,9 @@ public class Player {
}
/**
+ * Checks if the Player has figures in the base (off gameboard)
* @param figures figures of the current Player
- * @return true if there is at least one figure in the base (of gameboard)
+ * @return true if there is at least one figure in the base (off gameboard)
*/
public int checkFigureInBase(ArrayList