X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColMapEntry.h;h=b8f8ff37f8ae437c04a69024018452e0dd2118c2;hb=60d143778a54ae4c638a08d8c7304b099f70434e;hp=0b29a20e59266da012bbdd487489853727c0a4fd;hpb=3b569ff3e66a065cb5728bc19d1da493c66f7583;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColMapEntry.h b/inc/FBaseColMapEntry.h index 0b29a20..b8f8ff3 100644 --- a/inc/FBaseColMapEntry.h +++ b/inc/FBaseColMapEntry.h @@ -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;