fix wrong description for notification 65/241265/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 01:33:24 +0000 (10:33 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 01:33:24 +0000 (10:33 +0900)
Change-Id: I6cfbcefad148aab44e3a2d7a1295459c3dfdad36
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
notification-ex/api/notification_ex_button.h
notification-ex/api/notification_ex_entry.h
notification-ex/api/notification_ex_input_selector.h
notification-ex/api/notification_ex_item.h
notification-ex/api/notification_ex_manager.h
notification-ex/api/notification_ex_text.h

index 6916456..7b1f8a9 100644 (file)
@@ -94,7 +94,7 @@ int noti_ex_item_button_get_title(noti_ex_item_h handle, char **title);
  * @remarks After the multi-language handle setted successfully, noti_ex_item_button_get_title() \n
  *          will return the multi-language text.
  * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n
- *          Therefore, you can destroy @a multi after it was set for @ handle.
+ *          Therefore, you can destroy @a multi after it was set for @a handle.
  * @remarks You can pass NULL to @a multi, if you want to remove multi-language text.
  * @param[in] handle The notification_ex button item handle
  * @param[in] multi The multi-language handle
index 98acf64..feb1af8 100644 (file)
@@ -115,7 +115,7 @@ int noti_ex_item_entry_set_text(noti_ex_item_h handle, const char *text);
  * @remarks After the multi-language handle setted successfully, \n
  *          noti_ex_item_entry_get_text() will return the multi-language text. \n
  * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n
- *          Therefore, you can destroy @a multi after it was set for @ handle.
+ *          Therefore, you can destroy @a multi after it was set for @a handle.
  * @remarks You can pass NULL to @a multi, if you want to remove the multi-language text.
  * @param[in] handle The notification_ex item handle
  * @param[in] multi The multi-language handle
index 9afab31..0018173 100644 (file)
@@ -122,7 +122,7 @@ int noti_ex_item_input_selector_set_contents(noti_ex_item_h handle, const char *
  * @remarks After the multi-language handle setted successfully, \n
  *          noti_ex_item_input_selector_get_contents() will return the multi-language text. \n
  * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h list. \n
- *          Therefore, you can destroy @a multi_language_list after it was set for @ handle.
+ *          Therefore, you can destroy @a multi_language_list after it was set for @a handle.
  * @remarks You can pass NULL to @a multi_language_list, if you want to remove the multi-language text.
  * @param[in] handle The notification_ex item handle
  * @param[in] multi_language_list The list of noti_ex_multi_lang_h
index 822d78d..a5ef3ac 100644 (file)
@@ -1277,7 +1277,7 @@ int noti_ex_item_info_get_delete_time(noti_ex_item_info_h handle, int *delete_ti
  * @brief Sets the time to delete the notification_ex item.
  * @since_tizen 5.5
  * @param[in] handle The notification_ex item info handle
- * @param[out] delete_time The time to delete notification, in seconds
+ * @param[in] delete_time The time to delete notification, in seconds
  * @return #NOTI_EX_ERROR_NONE On success, other value on failure
  * @retval #NOTI_EX_ERROR_NONE Success
  * @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
index 78cb988..e925c86 100644 (file)
@@ -105,7 +105,7 @@ typedef void (*noti_ex_manager_events_delete_cb)(noti_ex_manager_h handle,
 
 /**
  * @brief Called when an error event is received.
- * @details The errors are passed from #noti_ex_reporter_send_error().
+ * @details The errors are passed from noti_ex_reporter_send_error().
  *          If this callback is set to NULL in @a event_callbacks, error events cannot be received.
  * @since_tizen 5.5
  * @param[in] handle The manager handle \n
index 214e6e1..d39b73c 100644 (file)
@@ -145,7 +145,7 @@ int noti_ex_item_text_get_hyperlink(noti_ex_item_h handle, char **hyperlink);
  * @remarks After the multi-language handle setted successfully, \n
  *          noti_ex_item_text_get_contents() will return the multi-language text. \n
  * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n
- *          Therefore, you can destroy @a multi after it was set for @ handle.
+ *          Therefore, you can destroy @a multi after it was set for @a handle.
  * @remarks You can pass NULL to @a multi, if you want to remove the multi-language text.
  * @param[in] handle The notification_ex item handle
  * @param[in] multi The multi-language handle