aboutsummaryrefslogtreecommitdiff
path: root/src/engine_tab
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-13 10:43:21 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-13 10:43:21 +0200
commit617f2b01b2679ec43330ea6fb5f25f4137565b6a (patch)
treef6d102da10821fb04f6184499e8a17cdb96472ad /src/engine_tab
parent055410c0e0c1297612ce9677331d012af2226fac (diff)
Improve documentation
Diffstat (limited to 'src/engine_tab')
-rw-r--r--src/engine_tab/EngineTab.hpp4
1 files changed, 4 insertions, 0 deletions
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;