Update wrong doxygen description 78/201078/2
authorhj kim <backto.kim@samsung.com>
Fri, 8 Mar 2019 06:14:00 +0000 (15:14 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 11 Mar 2019 04:30:55 +0000 (04:30 +0000)
Change-Id: I6b1c2922e56dd5401a59fa6ad11976b230017e4e

include/media_controller_metadata.h

index a0cfd82..5157946 100755 (executable)
@@ -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