From: hj kim Date: Mon, 24 Aug 2020 02:41:23 +0000 (+0900) Subject: Fix doxygen error X-Git-Tag: submit/tizen/20200820.234531^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d59ef1ca17bdf2d97716bf735a379043321051cd;p=platform%2Fcore%2Fapi%2Fimage-util.git Fix doxygen error Change-Id: I0cd8288aae719979a91766e90c8060eaf7c81952 --- 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 *