Fix javadoc generation
This commit is contained in:
parent
38fd7aad1d
commit
f241c91d62
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ javadoc:
|
||||||
image: java:8
|
image: java:8
|
||||||
script:
|
script:
|
||||||
- cd Projektgruppe_*/src/
|
- cd Projektgruppe_*/src/
|
||||||
- javadoc base game gui
|
- javadoc base game gui gui.components gui.views game.goals game.map game.players tests.student
|
||||||
- cd ../../
|
- cd ../../
|
||||||
- mkdir public
|
- mkdir public
|
||||||
- mkdir public/base
|
- mkdir public/base
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ public class Kingdom {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gibt das Zentrum des Königreichs zurück
|
* Gibt das Zentrum des Königreichs zurück
|
||||||
* @param castle die Burg, die das Zentrum des Königreichs darstellt
|
* @return castle die Burg, die das Zentrum des Königreichs darstellt
|
||||||
*/
|
*/
|
||||||
public Castle getCenter() {
|
public Castle getCenter() {
|
||||||
return this.center;
|
return this.center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue