diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-07 16:33:28 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-07 16:33:28 +0100 |
commit | 6397a56e0beddf179786e093b08bcf0cbe71fea1 (patch) | |
tree | 12a15acf8c2c69db37abad2165b621b5bc244382 /src/gdisp | |
parent | 778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff) | |
download | uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2 uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip |
Doxygen
Diffstat (limited to 'src/gdisp')
-rw-r--r-- | src/gdisp/gdisp_colors.h | 6 | ||||
-rw-r--r-- | src/gdisp/gdisp_image.h | 4 | ||||
-rw-r--r-- | src/gdisp/gdisp_pixmap.h | 3 |
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 |