From d59ef1ca17bdf2d97716bf735a379043321051cd Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 24 Aug 2020 11:41:23 +0900 Subject: [PATCH] Fix doxygen error Change-Id: I0cd8288aae719979a91766e90c8060eaf7c81952 --- include/image_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image_util.h b/include/image_util.h index 9fa533d..140a14d 100644 --- a/include/image_util.h +++ b/include/image_util.h @@ -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 * -- 2.34.1