From c9ca40c6ff93fa23cdc4906754cf080c534e4321 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Tue, 21 May 2013 14:21:11 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I61e818bc93a29ee30461f53ca7c283c08264509c --- inc/FSclCalEvent.h | 2 -- inc/FSclCalTodo.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h index b725b10..0bdc9b7 100644 --- a/inc/FSclCalEvent.h +++ b/inc/FSclCalEvent.h @@ -656,7 +656,6 @@ public: */ /** - * @{ * @if OSPDEPREC * Sets the category of the calendar event. @n * If the category is not set, the default category (#EVENT_CATEGORY_APPOINTMENT) is set. @@ -677,7 +676,6 @@ public: * All the other events are Coordinated Universal Time (UTC). * In order to integrate it with the base applications, set the start and end time properly according to the above guidelines. * @endif - * @} */ void SetCategory(EventCategory category); diff --git a/inc/FSclCalTodo.h b/inc/FSclCalTodo.h index 3e221b4..406f509 100644 --- a/inc/FSclCalTodo.h +++ b/inc/FSclCalTodo.h @@ -255,7 +255,6 @@ public: */ /** - * @{ * @if OSPDEPREC * Sets the start date and due date for the current instance of %CalTodo. @n * The due date must be later than or equal to the start date. @@ -279,7 +278,6 @@ public: * - The @c startDate or @c dueDate is not a valid range. @n * The valid range of the date can be referenced from GetMaxDateTime() and GetMinDateTime(). * @endif - * @} */ result SetStartAndDueDate(const Tizen::Base::DateTime& startDate, const Tizen::Base::DateTime& dueDate); -- 2.7.4