From: hj kim Date: Fri, 8 Mar 2019 06:14:00 +0000 (+0900) Subject: Update wrong doxygen description X-Git-Tag: submit/tizen/20190315.041224~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b113465abc11a1e4c9700c404403933982d0a1e8;p=platform%2Fcore%2Fapi%2Fmedia-controller.git Update wrong doxygen description Change-Id: I6b1c2922e56dd5401a59fa6ad11976b230017e4e --- diff --git a/include/media_controller_metadata.h b/include/media_controller_metadata.h index a0cfd82..5157946 100755 --- a/include/media_controller_metadata.h +++ b/include/media_controller_metadata.h @@ -114,7 +114,7 @@ int mc_metadata_get(mc_metadata_h metadata, mc_meta_e attribute, char **value); * @a season_title can be NULL. If it is NULL, the decoded season_title will also be NULL.\n * @since_tizen 5.5 * - * @remarks The @a season should be released using free(). \n + * @remarks The @a encoded_season should be released using free(). \n * * @param[in] season_num The season number * @param[in] season_title The season title @@ -142,7 +142,7 @@ int mc_metadata_encode_season(int season_num, const char *season_title, char **e * @a episode_title can be NULL. If it is NULL, the decoded episode_title will also be NULL.\n * @since_tizen 5.5 * - * @remarks The @a episode should be released using free(). \n + * @remarks The @a encoded_episode should be released using free(). \n * * @param[in] episode_num The episode number * @param[in] episode_title The episode title @@ -169,7 +169,7 @@ int mc_metadata_encode_episode(int episode_num, const char *episode_title, char * Otherwise, you will receive an error. \n * @since_tizen 5.5 * - * @remarks The @a resolution should be released using free(). \n + * @remarks The @a encoded_resolution should be released using free(). \n * * @param[in] width Content width * @param[in] height Content height