aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/image.h')
-rw-r--r--include/gwin/image.h6
1 files 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
*/