/**
* @brief Gets command.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remark If the function succeeds, @a command must be released with free() by you if they are not NULL.
+ * @remarks If the function succeeds, @a command must be released with free() by you if they are not NULL.
* @param[in] vc_command The command handle
* @param[out] command The command text
* @return @c 0 on success,
/**
* @brief Gets the unfixed command.
* @since_tizen 3.0
- * @remark If the function succeeds, the @a command must be released with free() if it is not NULL.
+ * @remarks If the function succeeds, the @a command must be released with free() if it is not NULL.
* If the command of the given @a vc_command is NULL (@a vc_command is NOT NULL), @a command will be also NULL.
* This function should be used for commands which have non-fixed format.
* @param[in] vc_command The command handle
/**
* @brief Sets command type.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remark If you do not set the command type, the default value is @c -1.
+ * @remarks If you do not set the command type, the default value is @c -1.
* You should set type if command is valid
* @param[in] vc_command The command handle
* @param[in] type The command type
/**
* @brief Sets the command format.
* @since_tizen 3.0
- * @remark The default format is #VC_COMMAND_FORMAT_FIXED.
+ * @remarks The default format is #VC_COMMAND_FORMAT_FIXED.
* @param[in] vc_command The command handle
* @param[in] format The command format
* @return @c 0 on success,
/**
* @brief Gets the command format.
* @since_tizen 3.0
- * @remark The default format is #VC_COMMAND_FORMAT_FIXED.
+ * @remarks The default format is #VC_COMMAND_FORMAT_FIXED.
* @param[in] vc_command The command handle
* @param[out] format The command format
* @return @c 0 on success,
*
* @pre The state should be #VC_STATE_READY and the service state should be #VC_SERVICE_STATE_READY.
*
- * @see vc_mgr_set_recognition_mode()
+ * @see vc_mgr_get_recognition_mode()
*/
int vc_mgr_set_recognition_mode(vc_recognition_mode_e mode);
*
* @pre The state should be #VC_STATE_READY.
*
- * @see vc_mgr_get_recognition_mode()
+ * @see vc_mgr_set_recognition_mode()
*/
int vc_mgr_get_recognition_mode(vc_recognition_mode_e *mode);