diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 11:51:31 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 11:51:31 +0200 |
| commit | 40f0d247905003af19933dc48738657cbc2c0c72 (patch) | |
| tree | 06266c99bf1ad73832b0d04708e3fe14a560e755 /tools/doxygen/Groups.md | |
| parent | df24fb019f144493a99baaaf49c093874611ddf4 (diff) | |
Improve documentation
Diffstat (limited to 'tools/doxygen/Groups.md')
| -rw-r--r-- | tools/doxygen/Groups.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/doxygen/Groups.md b/tools/doxygen/Groups.md new file mode 100644 index 0000000..aa5bd64 --- /dev/null +++ b/tools/doxygen/Groups.md @@ -0,0 +1,5 @@ +@defgroup binres Embbeded binary resources utilities +@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 |
