* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.client
*
- * @remarks The @a client should be released using @c mc_client_destroy(). You can create only one client handle for each process.
+ * @remarks The @a client should be released using mc_client_destroy(). You can create only one client handle for each process.
*
* @param[out] client The handle of the media controller client
* @return @c 0 on success,
* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.client
*
- * @remarks The @a playback should be released using @c mc_client_destroy_playback(). \n
+ * @remarks The @a playback should be released using mc_client_destroy_playback(). \n
* If there is no playback info, return value of the playback is NULL.
*
* @param[in] client The handle of the media controller client
* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.client
*
- * @remarks The @a metadata should be released using @c mc_metadata_destroy(). \n
+ * @remarks The @a metadata should be released using mc_metadata_destroy(). \n
* If there is no metadata, return value of the @a metadata is NULL.
*
* @param[in] client The handle of the media controller client
* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.client
*
- * @remarks The @a uri should be released using @c free(). \n
+ * @remarks The @a uri should be released using free(). \n
* If there is no URI info, return value of the uri is NULL.
*
* @param[in] client The handle of the media controller client
* @privlevel public
* @privilege %http://tizen.org/privilege/mediacontroller.client
*
- * @remarks The @a ability should be released using @c mc_playback_ability_destroy().\n
+ * @remarks The @a ability should be released using mc_playback_ability_destroy().\n
* If the media controller server is deactivated, this function will return #MC_ABILITY_SUPPORTED_UNDECIDED.\n
*
* @param[in] client The handle of the media controller client
*
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
*
- * @remarks The @a dst should be released using @c mc_metadata_destroy().
+ * @remarks The @a dst should be released using mc_metadata_destroy().
*
* @param[in] src The source handle of the media controller metadata
* @param[out] dst The destination handle of the media controller metadata
* @retval #MEDIA_CONTROLLER_ERROR_OUT_OF_MEMORY Out of memory
*
* @pre Sets mc_client_set_metadata_updated_cb() function to get the metadata if you are media controller client. \n
- * and also you can use this function when get the metadata when callback function invoked in @c mc_playlist_foreach_item().
+ * and also you can use this function when get the metadata when callback function invoked in mc_playlist_foreach_item().
*
* @see mc_client_set_metadata_updated_cb()
* @see mc_playlist_foreach_item()
*
* @since_tizen 5.0
*
- * @remarks The @a dst should be released using @c mc_playback_ability_destroy().
+ * @remarks The @a dst should be released using mc_playback_ability_destroy().
*
* @param[in] src The source handle of the playback ability
* @param[out] dst The destination handle of the playback ability
* @brief Creates a handle for searching media.
* @since_tizen 5.0
*
- * @remarks The @a search should be released using @c mc_search_destroy().
+ * @remarks The @a search should be released using mc_search_destroy().
*
* @param[out] search The handle of the media controller search
* @return @c 0 on success,
*
* @since_tizen 5.0
*
- * @remarks The @a dst should be released using @c mc_search_destroy().
+ * @remarks The @a dst should be released using mc_search_destroy().
*
* @param[in] src The source handle of the media controller search
* @param[out] dst The destination handle of the media controller search
* @retval #MEDIA_CONTROLLER_ERROR_OUT_OF_MEMORY Out of memory
*
* @pre Create a media controller server handle by calling mc_server_create().
- * @post You can call mc_server_add_item_to_playlist() if you have items to add in the playlist and should call @c mc_server_update_playlist_done() to register it.
+ * @post You can call mc_server_add_item_to_playlist() if you have items to add in the playlist and should call mc_server_update_playlist_done() to register it.
* @see mc_server_create()
* @see mc_server_destroy()
* @see mc_server_add_item_to_playlist()
*
* @pre Create a media controller server handle by calling mc_server_create().
* @pre Create a media controller playlist handle by calling mc_server_create_playlist().
- * @post You should call @c mc_server_update_playlist_done() to register it.
+ * @post You should call mc_server_update_playlist_done() to register it.
* @see mc_server_create()
* @see mc_server_destroy()
* @see mc_server_create_playlist()