[2.2.1] Apply reviewed header file (Base to Collection)
[platform/framework/native/appfw.git] / inc / FBaseColMapEntry.h
index 0b29a20..b8f8ff3 100644 (file)
@@ -47,7 +47,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   key     The key
+        * @param[in]   key             The key
         * @param[in]   value   The value
         */
        MapEntry(const Object& key, const Object& value);
@@ -100,7 +100,7 @@ public:
        virtual Object* GetValue(void);
 
        /**
-        * Compares the value of the given Object to the
+        * Compares the value of the given Tizen::Base::Object to the
         * value of the calling object.
         *
         * @since 2.0
@@ -108,7 +108,7 @@ public:
         * @return              @c true if the values are equal, @n
         *                              else @c false
         * @param[in]   obj             The object to compare with the calling object
-        * @remarks     Returns @c false if the given object is not a %MapEntry object.
+        * @remarks     This method returns @c false if the given object is not a %MapEntry object.
         */
        virtual bool Equals(const Object& obj) const;
 
@@ -118,8 +118,8 @@ public:
         * @since 2.0
         *
         * @return      The hash value of the current instance
-        * @remarks     The two Tizen::Base::Object::Equals() instances must return the same hash value. For better performance, @n
-        *                      the used hash function must generate a random distribution for all inputs.
+        * @remarks     The two Tizen::Base::Object::Equals() instances must return the same hash value. @n
+        *                      For better performance, the used hash function must generate a random distribution for all the inputs.
         */
        virtual int GetHashCode(void) const;