Improve documentation

This commit is contained in:
Loic Guegan 2023-06-04 13:51:23 +02:00
parent cffa5f1186
commit 6c7f492e5a
7 changed files with 14 additions and 7 deletions
src/engine_tab

View file

@ -8,7 +8,7 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent);
/**
* @brief Tab used to configure UCI chess engines
*
* @ingroup tabs
*/
class EngineTab : public TabEngine, public TabInfos {
std::string confGroup, enginePath;