diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-07-01 17:42:31 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-07-01 17:42:31 +0200 |
commit | b808db6af138c8ee9b643f4ec61d5841e61ef001 (patch) | |
tree | c28f84382b816d4667780605f404539145423e64 | |
parent | 6e59a6cf6ca75bf3ca72649f3f57e03e3e321c36 (diff) | |
download | uGFX-b808db6af138c8ee9b643f4ec61d5841e61ef001.tar.gz uGFX-b808db6af138c8ee9b643f4ec61d5841e61ef001.tar.bz2 uGFX-b808db6af138c8ee9b643f4ec61d5841e61ef001.zip |
image doxygen fix
-rw-r--r-- | include/gwin/image.h | 6 |
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 */ |