summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2019-09-04 11:23:35 +0900
committerMyungKi Lee <mk5004.lee@samsung.com>2019-09-09 05:11:10 +0000
commitacdde4915676a4f228fa730a687bf5ead93e5e61 (patch)
tree1e80570c938a70e9786b34a0a3f704f813b680fc
parent823142d928827f5caa505d4b3e37d20348913f8e (diff)
downloadnotification-acdde4915676a4f228fa730a687bf5ead93e5e61.tar.gz
notification-acdde4915676a4f228fa730a687bf5ead93e5e61.tar.bz2
notification-acdde4915676a4f228fa730a687bf5ead93e5e61.zip
Move notification items to notification ex in API reference
Change-Id: I6b1acc24eb5c31ab3494272dbf3aa9b483d45360 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
-rw-r--r--doc/notification_ex_doc.h13
-rw-r--r--notification-ex/api/notification_ex_app_control_action.h2
-rw-r--r--notification-ex/api/notification_ex_button.h2
-rw-r--r--notification-ex/api/notification_ex_chat_message.h2
-rw-r--r--notification-ex/api/notification_ex_checkbox.h2
-rw-r--r--notification-ex/api/notification_ex_entry.h2
-rw-r--r--notification-ex/api/notification_ex_group.h2
-rw-r--r--notification-ex/api/notification_ex_image.h2
-rw-r--r--notification-ex/api/notification_ex_input_selector.h2
-rw-r--r--notification-ex/api/notification_ex_item.h2
-rw-r--r--notification-ex/api/notification_ex_progress.h2
-rw-r--r--notification-ex/api/notification_ex_text.h2
-rw-r--r--notification-ex/api/notification_ex_time.h2
-rw-r--r--notification-ex/api/notification_ex_visibility_action.h2
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 <notification_ex.h>
- *
- * @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
* @{
*/