From acdde4915676a4f228fa730a687bf5ead93e5e61 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Wed, 4 Sep 2019 11:23:35 +0900 Subject: Move notification items to notification ex in API reference Change-Id: I6b1acc24eb5c31ab3494272dbf3aa9b483d45360 Signed-off-by: SukHyung, Kang --- doc/notification_ex_doc.h | 13 +------------ notification-ex/api/notification_ex_app_control_action.h | 2 +- notification-ex/api/notification_ex_button.h | 2 +- notification-ex/api/notification_ex_chat_message.h | 2 +- notification-ex/api/notification_ex_checkbox.h | 2 +- notification-ex/api/notification_ex_entry.h | 2 +- notification-ex/api/notification_ex_group.h | 2 +- notification-ex/api/notification_ex_image.h | 2 +- notification-ex/api/notification_ex_input_selector.h | 2 +- notification-ex/api/notification_ex_item.h | 2 +- notification-ex/api/notification_ex_progress.h | 2 +- notification-ex/api/notification_ex_text.h | 2 +- notification-ex/api/notification_ex_time.h | 2 +- notification-ex/api/notification_ex_visibility_action.h | 2 +- 14 files changed, 14 insertions(+), 25 deletions(-) diff --git a/doc/notification_ex_doc.h b/doc/notification_ex_doc.h index 97b387a..f5a9211 100644 --- a/doc/notification_ex_doc.h +++ b/doc/notification_ex_doc.h @@ -27,15 +27,4 @@ * The notification can define actions with one item or group of items. * It supports displaying the notification with selectors to select predefined input * and controlling visibility of the created notification items. - */ - -/** - * @ingroup NOTIFICATION_EX_MODULE - * @defgroup NOTIFICATION_EX_ITEM Notification EX Item - * @brief Notification EX Item APIs. - * @section NOTIFICATION_EX_ITEM_MODULE_HEADER Required Header - * \#include - * - * @section NOTIFICATION_EX_ITEM_MODULE_OVERVIEW Overview - * It provides functions for handling notification ex items. - */ + */ \ No newline at end of file diff --git a/notification-ex/api/notification_ex_app_control_action.h b/notification-ex/api/notification_ex_app_control_action.h index 1892cc7..e6d0fdd 100644 --- a/notification-ex/api/notification_ex_app_control_action.h +++ b/notification-ex/api/notification_ex_app_control_action.h @@ -25,7 +25,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_button.h b/notification-ex/api/notification_ex_button.h index 32aa34d..490a69c 100644 --- a/notification-ex/api/notification_ex_button.h +++ b/notification-ex/api/notification_ex_button.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_chat_message.h b/notification-ex/api/notification_ex_chat_message.h index 4a413a6..a015dc1 100644 --- a/notification-ex/api/notification_ex_chat_message.h +++ b/notification-ex/api/notification_ex_chat_message.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_checkbox.h b/notification-ex/api/notification_ex_checkbox.h index 685ea6b..9943f25 100644 --- a/notification-ex/api/notification_ex_checkbox.h +++ b/notification-ex/api/notification_ex_checkbox.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_entry.h b/notification-ex/api/notification_ex_entry.h index 5f904ca..a02b364 100644 --- a/notification-ex/api/notification_ex_entry.h +++ b/notification-ex/api/notification_ex_entry.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_group.h b/notification-ex/api/notification_ex_group.h index 5e6f96b..5ecc9fb 100644 --- a/notification-ex/api/notification_ex_group.h +++ b/notification-ex/api/notification_ex_group.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_image.h b/notification-ex/api/notification_ex_image.h index 6d6ab50..9b685e0 100644 --- a/notification-ex/api/notification_ex_image.h +++ b/notification-ex/api/notification_ex_image.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_input_selector.h b/notification-ex/api/notification_ex_input_selector.h index 3bc12ec..bfe525b 100644 --- a/notification-ex/api/notification_ex_input_selector.h +++ b/notification-ex/api/notification_ex_input_selector.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_item.h b/notification-ex/api/notification_ex_item.h index 3288f7d..3e05500 100644 --- a/notification-ex/api/notification_ex_item.h +++ b/notification-ex/api/notification_ex_item.h @@ -25,7 +25,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_progress.h b/notification-ex/api/notification_ex_progress.h index 0f45af9..40e48ca 100644 --- a/notification-ex/api/notification_ex_progress.h +++ b/notification-ex/api/notification_ex_progress.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_text.h b/notification-ex/api/notification_ex_text.h index 851538e..0faef9d 100644 --- a/notification-ex/api/notification_ex_text.h +++ b/notification-ex/api/notification_ex_text.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_time.h b/notification-ex/api/notification_ex_time.h index 0830054..1b9277a 100644 --- a/notification-ex/api/notification_ex_time.h +++ b/notification-ex/api/notification_ex_time.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ diff --git a/notification-ex/api/notification_ex_visibility_action.h b/notification-ex/api/notification_ex_visibility_action.h index 84aab4c..25826d5 100644 --- a/notification-ex/api/notification_ex_visibility_action.h +++ b/notification-ex/api/notification_ex_visibility_action.h @@ -25,7 +25,7 @@ extern "C" { #endif /** - * @addtogroup NOTIFICATION_EX_ITEM + * @addtogroup NOTIFICATION_EX_MODULE * @{ */ -- cgit v1.2.3