remove link in brief tag
[platform/framework/native/appfw.git] / inc / FLclCalendar.h
index 14b09c6..2d6e30f 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -89,7 +88,7 @@ enum TimeField
        TIME_FIELD_YEAR,                                                /**< Year : 1-based */
        TIME_FIELD_MONTH,                                               /**< Month : 1-based (1~13)*/
        TIME_FIELD_WEEK_OF_YEAR,                                /**< Week of Year : 1-based (1~53) */
-       TIME_FIELD_WEEK_OF_MONTH,                               /**< Week of Month : 1-based (1~5, may be specified as 0) */
+       TIME_FIELD_WEEK_OF_MONTH,                               /**< Week of Month : 1-based (1~6, may be specified as 0) */
        TIME_FIELD_DAY_OF_MONTH,                                /**< Date : 1-based (1~31) */
        TIME_FIELD_DAY_OF_YEAR,                                 /**< Day of Year : 1-based (1~366) */
        TIME_FIELD_DAY_OF_WEEK,                                 /**< Day of Week : 1-based (1~7) */
@@ -148,7 +147,7 @@ public:
        * @endif
        * @since                        2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarAddTimeFieldPage "here".
        * @endif
        *
@@ -168,7 +167,7 @@ public:
         * -# The method returns E_INVALID_STATE if the time field is invalid.
         *
         * @section                 CompCalendarAddTimeFieldSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen:
         * -# The method returns E_INVALID_ARG if the time field is invalid.
@@ -183,7 +182,7 @@ public:
        * @endif
        * @since                                2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarAfterPage "here".
        * @endif
        *
@@ -208,7 +207,7 @@ public:
         * -# The method returns E_INVALID_STATE and E_OUT_OF_RANGE if the instance of %Calendar to be compared is invalid.
         *
         * @section                 CompCalendarAfterSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the instance of %Calendar to be compared is invalid.
@@ -225,7 +224,7 @@ public:
        * @endif
        * @since                                2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarBeforePage "here".
        * @endif
        *
@@ -250,7 +249,7 @@ public:
         * -# The method returns E_INVALID_STATE and E_OUT_OF_RANGE if the instance of %Calendar to be compared is invalid.
         *
         * @section                 CompCalendarBeforeSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the instance of %Calendar to be compared is invalid.
@@ -312,7 +311,7 @@ public:
        * @endif
        * @since                                2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarRollPage "here".
        * @endif
        *
@@ -334,7 +333,7 @@ public:
         * -# The method returns E_INVALID_STATE if the time field is invalid.
         *
         * @section                 CompCalendarRollSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the time field is invalid.
@@ -718,7 +717,7 @@ public:
        * @endif
        * @since                                        2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarCreateInstanceNPage "here".
        * @endif
        *
@@ -746,7 +745,7 @@ public:
        * @endif
        * @since                                        2.0
        * @if OSPCOMPAT
-       * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+       * @compatibility     This method has compatibility issues with OSP compatible applications. @n
        *                              For more information, see @ref CompCalendarCreateInstanceNPage "here".
        * @endif        
        *
@@ -772,7 +771,7 @@ public:
         * -# The method returns E_UNSUPPORTED_OPERATION if the locale is invalid.
         *
         * @section                 CompCalendarCreateInstanceNSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the locale is invalid.
        * @endif
@@ -867,7 +866,7 @@ protected:
         * @endif
         * @since                                       2.0
         * @if OSPCOMPAT
-        * @compatibility     This method has compatibility issues with OSP compatibile applications. @n
+        * @compatibility     This method has compatibility issues with OSP compatible applications. @n
         *                              For more information, see @ref CompCalendarConstructPage "here".       
         * @endif
         *
@@ -887,7 +886,7 @@ protected:
          * -# The method returns E_UNSUPPORTED_OPERATION if the locale is invalid.
          *
          * @section                 CompCalendarConstructSolutionSection Resolutions
-         * This issue has been resolved in Tizen. @n
+         * This issue has been resolved in Tizen.
         * @par When working in Tizen: 
          * -# The method returns E_INVALID_ARG if the locale is invalid.
         * @endif        
@@ -1088,18 +1087,18 @@ public:
        static const long long ONE_WEEK_IN_MILLISEC = 7 * ONE_DAY_IN_MILLISEC;
 
 protected:
-       /**
+       /*
         * The field values for the currently set time for this calendar.
         */
        int _timeFields[TIME_FIELD_FIELD_COUNT];
 
-       /**
+       /*
         * Pseudo-time-stamps which specify when each field is set.
         * There are two special values - UNSET and INTERNALLY_SET.
         */
        int _stamp[TIME_FIELD_FIELD_COUNT];
 
-       /**
+       /*
         * The flags which tell if a specified time field for the calendar is set.
         */
        bool _isSet[TIME_FIELD_FIELD_COUNT];