summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorMinkyoung Kang <mklove.kang@samsung.com>2013-06-24 17:20:23 +0900
committerMinkyoung Kang <mklove.kang@samsung.com>2013-06-24 17:20:23 +0900
commit4ee74e16b3936f2f268d08b43c2cf7b9b9920c64 (patch)
tree3c5269560b4ac1c6ddd659935fd4b142e9cc33ce /inc
parent36e3c247badebd781c9038e2d14590fc05847d64 (diff)
downloadsocial-4ee74e16b3936f2f268d08b43c2cf7b9b9920c64.tar.gz
social-4ee74e16b3936f2f268d08b43c2cf7b9b9920c64.tar.bz2
social-4ee74e16b3936f2f268d08b43c2cf7b9b9920c64.zip
restore if tag from cond tag
Change-Id: I3ff3a2658d75f9514c1733df87d3f127a898013a
Diffstat (limited to 'inc')
-rw-r--r--inc/FSclCalEvent.h4
-rw-r--r--inc/FSclCalTodo.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h
index 1ebc450..a39d711 100644
--- a/inc/FSclCalEvent.h
+++ b/inc/FSclCalEvent.h
@@ -656,7 +656,7 @@ public:
*/
/**
- * @cond OSPDEPREC
+ * @if 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.
- * @endcond
+ * @endif
*/
void SetCategory(EventCategory category);
diff --git a/inc/FSclCalTodo.h b/inc/FSclCalTodo.h
index b698c62..406f509 100644
--- a/inc/FSclCalTodo.h
+++ b/inc/FSclCalTodo.h
@@ -255,7 +255,7 @@ public:
*/
/**
- * @cond OSPDEPREC
+ * @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.
*
@@ -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().
- * @endcond
+ * @endif
*/
result SetStartAndDueDate(const Tizen::Base::DateTime& startDate, const Tizen::Base::DateTime& dueDate);