From: Jiyong Date: Tue, 29 Oct 2024 04:48:39 +0000 (+0900) Subject: Fix typo. add missing @a tags X-Git-Tag: accepted/tizen/unified/20250228.005550~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d637ae665fa7b0087c238de4d08f67784b03494d;p=platform%2Fcore%2Fapi%2Fimage-util.git Fix typo. add missing @a tags Change-Id: Ie5f482eee9f6cb3ad983a823de197328b42732ba --- diff --git a/include/image_util_encode.h b/include/image_util_encode.h index fbe7134..ebf494e 100644 --- a/include/image_util_encode.h +++ b/include/image_util_encode.h @@ -114,7 +114,7 @@ int image_util_encode_set_lossless(image_util_encode_h handle, bool lossless); /** * @brief Encodes an @a image using given @a handle synchronously. -* @details This function encodes an @ image and stores it in @a file_path. +* @details This function encodes an @a image and stores it in @a file_path. * @since_tizen 5.5 * * @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n @@ -146,7 +146,7 @@ int image_util_encode_run_to_file(image_util_encode_h handle, image_util_image_h /** * @brief Encodes an @a image using given @a handle synchronously. -* @details This function encodes an @ image and stores it in @a buffer. +* @details This function encodes an @a image and stores it in @a buffer. * @since_tizen 5.5 * * @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n