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 /tools/doxygen/Groups.md | |
| parent | cffa5f1186db7e3733c5b64bf1fb5ec94013a549 (diff) | |
Improve documentation
Diffstat (limited to 'tools/doxygen/Groups.md')
| -rw-r--r-- | tools/doxygen/Groups.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/doxygen/Groups.md b/tools/doxygen/Groups.md index aa5bd64..df0217f 100644 --- a/tools/doxygen/Groups.md +++ b/tools/doxygen/Groups.md @@ -2,4 +2,10 @@ @brief How to access to the embbeded binary data @details Binary resources are generated into the binary_data.hpp file using the `tools/embbeded.sh` script. Here are the various functions used -to access to them.
\ No newline at end of file +to access to them. + +@defgroup game Chess game model +@brief Classes used to model a chess game + +@defgroup tabs UI tabs +@brief All classes that implement a tab visible in the main window
\ No newline at end of file |
