Improve documentation

This commit is contained in:
Loic Guegan 2023-05-13 10:43:21 +02:00
parent 055410c0e0
commit 617f2b01b2
23 changed files with 173 additions and 11 deletions

View file

@ -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;