summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemun Lee <sm79.lee@samsung.com>2016-05-03 14:17:00 +0900
committerSemun Lee <sm79.lee@samsung.com>2016-05-03 14:17:00 +0900
commit2e8ff5ecb25360859dfe24630970714fa524dc67 (patch)
tree03f552fc49451890a300536f4705ec6d2e283ec7
parentf0a8fb9006ef9e623e3fd621eba3714cc5eeeaa4 (diff)
downloadnotification-2e8ff5ecb25360859dfe24630970714fa524dc67.tar.gz
notification-2e8ff5ecb25360859dfe24630970714fa524dc67.tar.bz2
notification-2e8ff5ecb25360859dfe24630970714fa524dc67.zip
Fix wrong doxygen comment
Change-Id: I5d62e804880f4f8f8b1d3fcba7b459fa8ebce0bb Signed-off-by: Semun Lee <sm79.lee@samsung.com>
-rw-r--r--include/notification_type.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/notification_type.h b/include/notification_type.h
index c7d22dc..67db1f2 100644
--- a/include/notification_type.h
+++ b/include/notification_type.h
@@ -77,14 +77,14 @@ typedef enum _notification_launch_option_type {
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*/
typedef enum _notification_event_type {
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_1 = 0, /** < Event type : Click on button 1 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_2 = 1, /** < Event type : Click on button 2 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_3 = 2, /** < Event type : Click on button 3 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_4 = 3, /** < Event type : Click on button 4 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_5 = 4, /** < Event type : Click on button 5 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_6 = 5, /** < Event type : Click on button 6 */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_ICON = 6, /** < Event type : Click on icon */
- NOTIFICATION_EVENT_TYPE_CLICK_ON_THUMBNAIL = 7, /** < Event type : Click on thumbnail */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_1 = 0, /**< Event type : Click on button 1 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_2 = 1, /**< Event type : Click on button 2 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_3 = 2, /**< Event type : Click on button 3 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_4 = 3, /**< Event type : Click on button 4 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_5 = 4, /**< Event type : Click on button 5 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_6 = 5, /**< Event type : Click on button 6 */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_ICON = 6, /**< Event type : Click on icon */
+ NOTIFICATION_EVENT_TYPE_CLICK_ON_THUMBNAIL = 7, /**< Event type : Click on thumbnail */
NOTIFICATION_EVENT_TYPE_MAX,
} notification_event_type_e;