From 6c7f492e5a2adb45b4757a8062a4f4242b1c3e14 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 4 Jun 2023 13:51:23 +0200 Subject: Improve documentation --- src/game_tab/Game.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game_tab/Game.hpp') diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index 94f49fc..e5742bc 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -6,8 +6,8 @@ #include /** - * @brief Hold an entire chess game - * Used in many places in the projects. + * @brief Hold an entire chess game. Used in many places in the projects. + * @ingroup game */ class Game { /// @brief 64 char string that contains all the pieces on the board (used in BoardCanvas) -- cgit v1.2.3