aboutsummaryrefslogtreecommitdiff
path: root/tools/doxygen/Groups.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-04 11:51:31 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-04 11:51:31 +0200
commit40f0d247905003af19933dc48738657cbc2c0c72 (patch)
tree06266c99bf1ad73832b0d04708e3fe14a560e755 /tools/doxygen/Groups.md
parentdf24fb019f144493a99baaaf49c093874611ddf4 (diff)
Improve documentation
Diffstat (limited to 'tools/doxygen/Groups.md')
-rw-r--r--tools/doxygen/Groups.md5
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