change the tag when there are several conditions in a method
[framework/osp/social.git] / inc / FSclCalEvent.h
index 0bdc9b7..1ebc450 100644 (file)
@@ -341,7 +341,7 @@ public:
         *
         * @brief <i> [Compatibility] </i>
         * @since       2.0
-        * @compatibility       This method has compatibility issues with Tizen API versions @b prior @b to @b 2.1. @n
+        * @compatibility       This method has compatibility issues with %Tizen API versions @b prior @b to @b 2.1. @n
         *                                      For more information, see @ref CompCalEventAddAttendeePage "here".
         *
         * @return              An error code
@@ -356,12 +356,12 @@ 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.
+        *                      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.
         *
         * @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.
+        *                      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.
         */
 
        /**
@@ -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);