Rephrase API descriptions for some functions 28/229928/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 6 Apr 2020 12:19:28 +0000 (21:19 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 6 Apr 2020 12:19:40 +0000 (21:19 +0900)
Change-Id: Iad3a0ee47e34eeba85db487e551df2ba88000d17

include/multi_assistant.h
include/multi_assistant_common.h

index dcfa0aea97f4fec82ec95bdfc422f300fcd0129a..58dd04a99539314892ab6764defcfa7c48dc951c 100644 (file)
@@ -485,7 +485,7 @@ int ma_unset_wakeup_engine_command_cb(void);
  * @brief Retrieves the information about all installed voice assistant applications.
  * @since_tizen 5.5
  *
- * @param[in] callback A callback for getting the information of the installed assistants.
+ * @param[in] callback The callback for getting the information of installed assistants.
  * @param[in] user_data The user data passed to the callback function
  *
  * @return @c 0 on success, otherwise a negative error value
index caca2bb087b2f9820d1527141001f81ecee2037e..a4938c65e858ff4d2b96c70da75fecdcb2d1fd1a 100644 (file)
@@ -253,7 +253,7 @@ typedef void (*ma_wakeup_engine_command_cb)(const char *command, void* user_data
 typedef void *ma_assistant_info_h;
 
 /**
- * @brief Called to get the assistant information once for each installed assistant.
+ * @brief Called whenever to get the assistant information of each installed assistant.
  * @since_tizen 5.5
  *
  * @remarks The @a handle should not be released.