From 617f2b01b2679ec43330ea6fb5f25f4137565b6a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 13 May 2023 10:43:21 +0200 Subject: Improve documentation --- src/game_tab/GameTab.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game_tab/GameTab.hpp') diff --git a/src/game_tab/GameTab.hpp b/src/game_tab/GameTab.hpp index 61e4d21..9986905 100644 --- a/src/game_tab/GameTab.hpp +++ b/src/game_tab/GameTab.hpp @@ -15,6 +15,10 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent); +/** + * @brief Main tab for opened games. Contains GameTabLeftPanel and GameTabRightPanel. + * + */ class GameTab : public wxPanel, public TabInfos { GameTabRightPanel *editor_panel; GameTabLeftPanel *board_panel; -- cgit v1.2.3