Fix API reference warning 41/98941/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Mon, 21 Nov 2016 07:59:53 +0000 (16:59 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Mon, 21 Nov 2016 07:59:53 +0000 (16:59 +0900)
Change-Id: I0153a823ca0bea788e52bc4a76d05a2338ac5b88
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
include/voice_control_command.h

index a6b48b1..f4e5ff7 100644 (file)
@@ -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