Fix doxygen error 68/242068/1 accepted/tizen/unified/20200826.133151 submit/tizen/20200820.234531
authorhj kim <backto.kim@samsung.com>
Mon, 24 Aug 2020 02:41:23 +0000 (11:41 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 24 Aug 2020 02:41:23 +0000 (11:41 +0900)
Change-Id: I0cd8288aae719979a91766e90c8060eaf7c81952

include/image_util.h

index 9fa533dc19164748f85343907464ee30d250d3bc..140a14d4921eae83c68c4b539a5d7ff7b415577c 100644 (file)
@@ -512,7 +512,7 @@ int image_util_get_image(image_util_image_h image, unsigned int *width, unsigned
 
 /**
 * @brief Destroys an image handle.
-* @details The function frees all resources related to the @ image. The image handle no longer can be used to perform any operations.
+* @details The function frees all resources related to the @a image. The image handle no longer can be used to perform any operations.
 *               A new image handle has to be created before the next usage.
 * @since_tizen 5.5
 *