change the tag when there are several conditions in a method
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 3 Jul 2013 06:59:32 +0000 (15:59 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 3 Jul 2013 06:59:32 +0000 (15:59 +0900)
Change-Id: I033dce9dfa75cb911acdc28b38da155bf22efe65

inc/FSclCalEvent.h
inc/FSclCalTodo.h

index a39d711..1ebc450 100644 (file)
@@ -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);
 
index 406f509..b698c62 100644 (file)
@@ -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);