diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-03 03:01:13 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-03 03:01:13 +0100 |
commit | ecc3989355ca70f7830fac00a37a1000da86b3ff (patch) | |
tree | c40737081ad03d56118a8027ed49124e82f0ad2e /src/gdisp.c | |
parent | db0c770ca0c7e04a86075c4dfc073eaf683ff5f7 (diff) | |
download | uGFX-ecc3989355ca70f7830fac00a37a1000da86b3ff.tar.gz uGFX-ecc3989355ca70f7830fac00a37a1000da86b3ff.tar.bz2 uGFX-ecc3989355ca70f7830fac00a37a1000da86b3ff.zip |
and the final touch of doxygen...
Diffstat (limited to 'src/gdisp.c')
-rw-r--r-- | src/gdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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.
*
|