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/engine_tab/EngineTab.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/engine_tab/EngineTab.hpp') diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp index 065d7f5..00b45b5 100644 --- a/src/engine_tab/EngineTab.hpp +++ b/src/engine_tab/EngineTab.hpp @@ -6,6 +6,10 @@ wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent); wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent); wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); +/** + * @brief Tab used to configure UCI chess engines + * + */ class EngineTab : public TabEngine, public TabInfos { std::string confGroup, enginePath; uciadapter::UCI *engine; -- cgit v1.2.3