diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 13:51:23 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 13:51:23 +0200 |
| commit | 6c7f492e5a2adb45b4757a8062a4f4242b1c3e14 (patch) | |
| tree | fbecfb89d75876a443cba517793b7bc73c175ab0 /src/base_tab | |
| parent | cffa5f1186db7e3733c5b64bf1fb5ec94013a549 (diff) | |
Improve documentation
Diffstat (limited to 'src/base_tab')
| -rw-r--r-- | src/base_tab/BaseTab.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_tab/BaseTab.hpp b/src/base_tab/BaseTab.hpp index bc8c603..2b9b3f8 100644 --- a/src/base_tab/BaseTab.hpp +++ b/src/base_tab/BaseTab.hpp @@ -15,7 +15,7 @@ wxDECLARE_EVENT(REFRESH_MANAGE_TAB, wxCommandEvent); /** * @brief Class that represents an opened chess games database in the MainWindow - * + * @ingroup tabs */ class BaseTab : public TabBase, public TabInfos { /// @brief The opened database |
