summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorMinkyoung Kang <mklove.kang@samsung.com>2013-05-21 14:21:11 +0900
committerMinkyoung Kang <mklove.kang@samsung.com>2013-05-21 14:21:11 +0900
commitc9ca40c6ff93fa23cdc4906754cf080c534e4321 (patch)
tree3ccda2b266d2f903f2a57ea9683a499e9461e39c /inc
parent82948b75c262c2c3291588edf11a49ede1f33126 (diff)
downloadsocial-c9ca40c6ff93fa23cdc4906754cf080c534e4321.tar.gz
social-c9ca40c6ff93fa23cdc4906754cf080c534e4321.tar.bz2
social-c9ca40c6ff93fa23cdc4906754cf080c534e4321.zip
update header for Doxygen
Change-Id: I61e818bc93a29ee30461f53ca7c283c08264509c
Diffstat (limited to 'inc')
-rw-r--r--inc/FSclCalEvent.h2
-rw-r--r--inc/FSclCalTodo.h2
2 files changed, 0 insertions, 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);