Clarify the explanation
authorBoyeon <boyeon.son@samsung.com>
Wed, 22 May 2019 02:25:35 +0000 (11:25 +0900)
committer손보연/Tizen Platform Lab(SR)/Engineer/삼성전자 <boyeon.son@samsung.com>
Wed, 22 May 2019 03:59:31 +0000 (12:59 +0900)
inc/iot-device-manage-type.h
inc/iot-device-manage.h

index 8458456..4612d42 100644 (file)
@@ -82,7 +82,7 @@ typedef struct __idm_command_h *idm_command_h;
 /**
 * @brief Type definition of result callback function
 * @since_tizen 5.0
-* @remarks Format of @p detail for receiving result detail depends on @p command \n
+* @remarks Format of @p detail for receiving result detail depends on the type of @p command \n
 *          #IDM_CMD_GET_TASKINFO refers to 'schema/taskResult.json' as JSON schema definition and 'schema/taskResultExample.json' as example\n
 *          #IDM_CMD_GET_LOG_ARCHIVE refers to 'schema/logArchiveResult.json' as JSON schema definition and 'schema/logArchiveResultExample.json' as example\n
 * @param command Command handle
index 7c50e15..42b2220 100644 (file)
@@ -123,7 +123,7 @@ int idm_command_get_type(idm_command_h command, idm_cmd_type_e *type);
  * @remarks Required privilege depends on @p cmd \n
  *          #IDM_CMD_REBOOT requires privilege http://tizen.org/privilege/reboot \n
  *          #IDM_CMD_GET_TASKINFO requires privilege http://tizen.org/privilege/systemmonitor \n
- * @remarks Format of @p detail for sending cmd request depends on @p cmd \n
+ * @remarks Format of @p detail for sending cmd request depends on the type of @p cmd \n
  *          #IDM_CMD_GET_TASKINFO refers to 'schema/taskRequest.json' as JSON schema definition and 'schema/taskRequestExample.json' as example\n
  *          #IDM_CMD_GET_LOG_ARCHIVE refers to 'schema/logArchiveRequest.json' as JSON schema definition and 'schema/logArchiveRequestExample.json' as example\n
  * @remarks This is not thread safe.