aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp')
-rw-r--r--src/gdisp/gdisp_colors.h6
-rw-r--r--src/gdisp/gdisp_image.h4
-rw-r--r--src/gdisp/gdisp_pixmap.h3
3 files changed, 8 insertions, 5 deletions
diff --git a/src/gdisp/gdisp_colors.h b/src/gdisp/gdisp_colors.h
index 6ad463fc..a097c702 100644
--- a/src/gdisp/gdisp_colors.h
+++ b/src/gdisp/gdisp_colors.h
@@ -7,12 +7,12 @@
/**
* @file src/gdisp/gdisp_colors.h
- * @brief GDISP color definitions header file.
- *
- * @details GDISP color definitions and macros
*
* @defgroup Colors Colors
* @ingroup GDISP
+ *
+ * @brief Sub-Module for color handling.
+ *
* @{
*/
diff --git a/src/gdisp/gdisp_image.h b/src/gdisp/gdisp_image.h
index c0941fd5..1ab320e4 100644
--- a/src/gdisp/gdisp_image.h
+++ b/src/gdisp/gdisp_image.h
@@ -7,10 +7,12 @@
/**
* @file src/gdisp/gdisp_image.h
- * @brief GDISP image header file.
*
* @defgroup Image Image
* @ingroup GDISP
+ *
+ * @brief Sub-Module for image handling.
+ *
* @{
*/
diff --git a/src/gdisp/gdisp_pixmap.h b/src/gdisp/gdisp_pixmap.h
index 5fc4580f..2e3df5cc 100644
--- a/src/gdisp/gdisp_pixmap.h
+++ b/src/gdisp/gdisp_pixmap.h
@@ -7,11 +7,12 @@
/**
* @file src/gdisp/gdisp_pixmap.h
- * @brief GDISP image header file.
*
* @defgroup Pixmap Pixmap
* @ingroup GDISP
*
+ * @brief Sub-Module for dynamic framebuffers.
+ *
* @note A Pixmap is an off-screen virtual display that can be drawn to just like any other
* display. It can then be copied to a real display using the standard gdispGBlitArea() call.
* @pre GDISP_NEED_PIXMAP must be TRUE in your gfxconf.h