aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/image_gif.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-20 19:15:20 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-20 19:15:20 +0200
commit8d5fa39dd9b1f7f4016841e69b9e9b9e3772b2f5 (patch)
tree339ef98a78a186b9f97cce933be7605e8f0fcad7 /src/gdisp/image_gif.c
parentfefdd42d7d2bd0231b391c30b8edb4caba5b9b85 (diff)
downloaduGFX-8d5fa39dd9b1f7f4016841e69b9e9b9e3772b2f5.tar.gz
uGFX-8d5fa39dd9b1f7f4016841e69b9e9b9e3772b2f5.tar.bz2
uGFX-8d5fa39dd9b1f7f4016841e69b9e9b9e3772b2f5.zip
docs
Diffstat (limited to 'src/gdisp/image_gif.c')
-rw-r--r--src/gdisp/image_gif.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index 084e2fb7..2cf4c743 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.c
@@ -8,7 +8,10 @@
/**
* @file src/gdisp/image_gif.c
* @brief GDISP native image code.
- */
+ *
+ * @defgroup Image Image
+ * @ingroup GDISP
+*/
#include "ch.h"
#include "hal.h"
#include "gfx.h"