From b808db6af138c8ee9b643f4ec61d5841e61ef001 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 1 Jul 2013 17:42:31 +0200 Subject: [PATCH] image doxygen fix --- include/gwin/image.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gwin/image.h b/include/gwin/image.h index 1a8ada3d..95a26687 100644 --- a/include/gwin/image.h +++ b/include/gwin/image.h @@ -63,7 +63,7 @@ GHandle gwinImageCreate(GImageWidget *widget, GWindowInit *pInit); * @return TRUE if the IO open function succeeds * * @param[in] gh The widget (must be an image widget) - * @param[in[ memory A pointer to the image in RAM or Flash + * @param[in] memory A pointer to the image in RAM or Flash * * @api */ @@ -76,7 +76,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory); * @return TRUE if the IO open function succeeds * * @param[in] gh The widget (must be an image widget) - * @param[in[ memory The filename to open + * @param[in] filename The filename to open * * @api */ @@ -90,7 +90,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory); * @return TRUE if the IO open function succeeds * * @param[in] gh The widget (must be an image widget) - * @param[in[ memory A pointer to the (open) BaseFileStream object. + * @param[in] streamPtr A pointer to the (open) BaseFileStream object. * * @api */