Change the name of command parameter and add idm_command_get_type() to the see list...
authorBoyeon <boyeon.son@samsung.com>
Tue, 21 May 2019 08:23:27 +0000 (17:23 +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

index 46b630e..8458456 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 cmd \n
+* @remarks Format of @p detail for receiving result detail depends on @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
@@ -92,6 +92,7 @@ typedef struct __idm_command_h *idm_command_h;
 * @param data User data
 * @pre The callback must be registered using idm_command_run()
 * @see idm_command_run()
+* @see idm_command_get_type()
 */
 typedef void (*idm_result_cb) (idm_command_h command, idm_result_e result, idm_reason_e reason, const char *detail, void *data); /* TBD */