image doxygen fix
This commit is contained in:
parent
6e59a6cf6c
commit
b808db6af1
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ GHandle gwinImageCreate(GImageWidget *widget, GWindowInit *pInit);
|
||||||
* @return TRUE if the IO open function succeeds
|
* @return TRUE if the IO open function succeeds
|
||||||
*
|
*
|
||||||
* @param[in] gh The widget (must be an image widget)
|
* @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
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -76,7 +76,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory);
|
||||||
* @return TRUE if the IO open function succeeds
|
* @return TRUE if the IO open function succeeds
|
||||||
*
|
*
|
||||||
* @param[in] gh The widget (must be an image widget)
|
* @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
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -90,7 +90,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory);
|
||||||
* @return TRUE if the IO open function succeeds
|
* @return TRUE if the IO open function succeeds
|
||||||
*
|
*
|
||||||
* @param[in] gh The widget (must be an image widget)
|
* @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
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue