From f05315e0c068e3761f3dc2d4fe3e55d109901ea6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 11 Nov 2012 05:11:00 +0100 Subject: [PATCH] small doxygen fix --- src/gdisp.c | 4 ++-- 1 file 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