From: Minkyoung Kang Date: Mon, 27 May 2013 03:24:51 +0000 (+0900) Subject: apply changing if tag to cond tag when several if tags are used in one section X-Git-Tag: submit/tizen_2.2/20130714.153047~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e1df83d3760e364962436efc8e6b34dc6c40cc9;p=framework%2Fosp%2Fsocial.git apply changing if tag to cond tag when several if tags are used in one section Change-Id: If8043fd5017979c7f0225f4da53aa97ffcb3e9a8 --- diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h index 6059dc2..7828e25 100644 --- a/inc/FSclCalEvent.h +++ b/inc/FSclCalEvent.h @@ -656,7 +656,7 @@ public: */ /** - * @if OSPDEPREC + * @cond OSPDEPREC * Sets the category of the calendar event. @n * If the category is not set, the default category (#EVENT_CATEGORY_APPOINTMENT) is set. * @@ -675,7 +675,7 @@ public: * they are added. * 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 + * @endcond */ void SetCategory(EventCategory category); diff --git a/inc/FSclCalTodo.h b/inc/FSclCalTodo.h index 406f509..b698c62 100644 --- a/inc/FSclCalTodo.h +++ b/inc/FSclCalTodo.h @@ -255,7 +255,7 @@ public: */ /** - * @if OSPDEPREC + * @cond 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. * @@ -277,7 +277,7 @@ public: * - The specified @c dueDate is earlier than the specified @c startDate. * - 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 + * @endcond */ result SetStartAndDueDate(const Tizen::Base::DateTime& startDate, const Tizen::Base::DateTime& dueDate);