ajout de la documentation Javadoc pour les packages de l'application

This commit is contained in:
2024-12-10 14:04:32 +01:00
parent b64413ea7f
commit b597a2ac2d
8 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* Ce package contient les classes qui gèrent le jeu Dorfromantik.
*
* @since 1.0
* @version 1.0
* @author Moncef STITI, Lenny FOULOU, Khalid CHENOUNA
* @see fr.monkhanny.dorfromantik.game.Board
* @see fr.monkhanny.dorfromantik.Main
*/
package fr.monkhanny.dorfromantik;