aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-11 05:11:00 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-11 05:11:00 +0100
commitf05315e0c068e3761f3dc2d4fe3e55d109901ea6 (patch)
treeec2cedc1fe274520196386ec035ec1312e2d65b2 /src/gdisp.c
parentb6c5a0882e0deda081dabac39994a18211ca7fb9 (diff)
downloaduGFX-f05315e0c068e3761f3dc2d4fe3e55d109901ea6.tar.gz
uGFX-f05315e0c068e3761f3dc2d4fe3e55d109901ea6.tar.bz2
uGFX-f05315e0c068e3761f3dc2d4fe3e55d109901ea6.zip
small doxygen fix
Diffstat (limited to 'src/gdisp.c')
-rw-r--r--src/gdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp.c b/src/gdisp.c
index 35d778d3..81c06599 100644
--- a/src/gdisp.c
+++ b/src/gdisp.c
@@ -321,8 +321,8 @@
*
* @param[in] x,y The start position
* @param[in] cx,cy The size of the filled area
- * @param[in] srcx,srcy I've no idea
- * @param[in] srccx Really, I've no fucking idea
+ * @param[in] srcx,srcy The bitmap position to start the fill form
+ * @param[in] srccx The width of a line in the bitmap
* @param[in] buffer The bitmap in the driver's pixel format
*
* @api