From 6397a56e0beddf179786e093b08bcf0cbe71fea1 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 7 Nov 2015 16:33:28 +0100 Subject: Doxygen --- src/gdisp/gdisp_pixmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gdisp/gdisp_pixmap.h') 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 -- cgit v1.2.3