change the tag when there are several conditions in a method
[framework/osp/social.git] / inc / FSclCalEvent.h
index 6059dc2..1ebc450 100644 (file)
@@ -357,11 +357,11 @@ public:
         * @page        CompCalEventAddAttendeePage Compatibility for AddAttendee()
         * @section     CompCalEventAddAttendeePageIssueSection Issues
         *                      Implementation of this method in %Tizen API versions prior to 2.1 has the following issue: @n
-        *                      -# If the email of @c attendee is empty, the @c E_OBJ_ALREADY_EXIST is returned.
+        *                      - If the email of @c attendee is empty, the @c E_OBJ_ALREADY_EXIST is returned.
         *
         * @section     CompCalEventAddAttendeePageSolutionSection Resolutions
         *                      The issue mentioned above is resolved in %Tizen API version 2.1.
-        *                      -# If the email of @c attendee is empty, the @c E_INVALID_ARG is returned.
+        *                      - If the email of @c attendee is empty, the @c E_INVALID_ARG is returned.
         */
 
        /**
@@ -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);