mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve documentation
This commit is contained in:
parent
cffa5f1186
commit
6c7f492e5a
7 changed files with 14 additions and 7 deletions
|
@ -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.
|
||||
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
|
|
@ -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=""/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue