update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 21 May 2013 05:21:11 +0000 (14:21 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 21 May 2013 05:21:11 +0000 (14:21 +0900)
Change-Id: I61e818bc93a29ee30461f53ca7c283c08264509c

inc/FSclCalEvent.h
inc/FSclCalTodo.h

index b725b10..0bdc9b7 100644 (file)
@@ -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);
 
index 3e221b4..406f509 100644 (file)
@@ -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);