Init Tizen 2.2.1
[framework/osp/social.git] / inc / FSclCalEventChangeInfo.h
index a10b34f..13ad34c 100644 (file)
@@ -14,7 +14,7 @@
 // limitations under the License.
 //
 /**
-  * @file              FSclCalEventChangeInfo.h
+  * @file      FSclCalEventChangeInfo.h
   * @brief     This is the header file for the %CalEventChangeInfo class.
   *
   * This header file contains the declarations of the %CalEventChangeInfo class.
@@ -36,7 +36,7 @@ namespace Tizen { namespace Social
  *
  * @final      This class is not intended for extension.
  *
- *     The %CalEventChangeInfo class represents the change information of an event that is managed in calendarbook.
+ *     The %CalEventChangeInfo class represents the change information of an event that is managed in the calendarbook.
  */
 class _OSP_EXPORT_ CalEventChangeInfo
        : public Tizen::Base::Object
@@ -54,7 +54,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   rhs             An instance of %CalEventChangeInfo
+        * @param[in]   rhs             An instance of %CalEventChangeInfo to copy
         */
        CalEventChangeInfo(const CalEventChangeInfo& rhs);
 
@@ -66,13 +66,13 @@ public:
        virtual ~CalEventChangeInfo(void);
 
        /**
-        * Compares the input Tizen::Base::Object with the calling %CalEventChangeInfo instance.
+        * Compares the specified Tizen::Base::Object with the current %CalEventChangeInfo instance.
         *
         * @since       2.0
         *
-        * @return              @c true if the input object equals the calling %CalEventChangeInfo instance, @n
+        * @return              @c true if the specified object equals the current %CalEventChangeInfo instance, @n
         *                              else @c false
-        * @param[in]   rhs     The object instance to compare with the calling object
+        * @param[in]   rhs     The object instance to compare with the current object
         * @see                 GetHashCode()
         */
        virtual bool Equals(const Tizen::Base::Object& rhs) const;
@@ -127,7 +127,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   rhs             An instance of %CalEventChangeInfo
+        * @param[in]   rhs             An instance of %CalEventChangeInfo to copy
         */
        CalEventChangeInfo& operator =(const CalEventChangeInfo& rhs);