Fix typo. add missing @a tags 24/319624/1
authorJiyong <jiyong.min@samsung.com>
Tue, 29 Oct 2024 04:48:39 +0000 (13:48 +0900)
committerJiyong <jiyong.min@samsung.com>
Tue, 29 Oct 2024 04:48:39 +0000 (13:48 +0900)
Change-Id: Ie5f482eee9f6cb3ad983a823de197328b42732ba

include/image_util_encode.h

index fbe7134240341b04f515fa220c5532a773c6b123..ebf494e96502c47f1cea408b2ab48a9dc727f157 100644 (file)
@@ -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