diff options
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <unordered_map> /** - * @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) |
