From 5789c923494833638d80d717392f59f8219c6677 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Mon, 21 Nov 2016 16:59:53 +0900 Subject: [PATCH] Fix API reference warning Change-Id: I0153a823ca0bea788e52bc4a76d05a2338ac5b88 Signed-off-by: sooyeon.kim --- include/voice_control_command.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/voice_control_command.h b/include/voice_control_command.h index a6b48b1..f4e5ff7 100644 --- a/include/voice_control_command.h +++ b/include/voice_control_command.h @@ -296,7 +296,7 @@ int vc_cmd_list_get_current(vc_cmd_list_h vc_cmd_list, vc_cmd_h* vc_command); * @remarks If the function succeeds, @a The command handle must be released * with vc_cmd_destroy() or vc_cmd_list_destroy(). * You should set command and type if command is valid. - * The command format is set to #VC_CMD_FORMAT_FIXED by default and can be changed with vc_cmd_set_format(). + * The command format is set to #VC_COMMAND_FORMAT_FIXED by default and can be changed with vc_cmd_set_format(). * * @param[out] vc_command The command handle * @@ -423,7 +423,7 @@ int vc_cmd_get_type(vc_cmd_h vc_command, int* type); * @brief Sets the command format. * @since_tizen 3.0 * - * @remark The default format is #VC_CMD_FORMAT_FIXED. + * @remark The default format is #VC_COMMAND_FORMAT_FIXED. * * @param[in] vc_command The command handle * @param[in] format The command format @@ -442,7 +442,7 @@ int vc_cmd_set_format(vc_cmd_h vc_command, int format); * @brief Gets the command format. * @since_tizen 3.0 * - * @remark The default format is #VC_CMD_FORMAT_FIXED. + * @remark The default format is #VC_COMMAND_FORMAT_FIXED. * * @param[in] vc_command The command handle * @param[out] format The command format -- 2.7.4