From ecc3989355ca70f7830fac00a37a1000da86b3ff Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 3 Nov 2012 03:01:13 +0100 Subject: and the final touch of doxygen... --- src/gdisp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gdisp.c') diff --git a/src/gdisp.c b/src/gdisp.c index 2d4e7f3e..80c2469c 100644 --- a/src/gdisp.c +++ b/src/gdisp.c @@ -693,6 +693,7 @@ void gdispFillRoundedBox(coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t r #if (GDISP_NEED_SCROLL && GDISP_NEED_MULTITHREAD) || defined(__DOXYGEN__) /** * @brief Scroll vertically a section of the screen. + * @pre GDISP_NEED_SCROLL must be set to TRUE in halconf.h * @note Optional. * @note If lines is >= cy, it is equivelent to a area fill with bgcolor. * -- cgit v1.2.3