diff options
Diffstat (limited to 'tools/doxygen')
| -rw-r--r-- | tools/doxygen/Groups.md | 8 | ||||
| -rw-r--r-- | tools/doxygen/layout.xml | 2 |
2 files changed, 8 insertions, 2 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 diff --git a/tools/doxygen/layout.xml b/tools/doxygen/layout.xml index 0b25223..a494feb 100644 --- a/tools/doxygen/layout.xml +++ b/tools/doxygen/layout.xml @@ -4,7 +4,7 @@ <navindex> <tab type="mainpage" visible="yes" title=""/> <tab type="pages" visible="yes" title="" intro=""/> - <tab type="modules" visible="yes" title="Categories" intro=""/> + <tab type="modules" visible="yes" title="" intro=""/> <tab type="namespaces" visible="yes" title=""> <tab type="namespacelist" visible="yes" title="" intro=""/> <tab type="namespacemembers" visible="yes" title="" intro=""/> |
