Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseStringHashCodeProvider.h
index 9e98d1e..d84ea7e 100644 (file)
@@ -91,11 +91,12 @@ public:
         *
         * @since       2.1
         *
-        * @return              The hash code of an instance of type String
+        * @return              The hash code of the instance of type String
         * @param[in]   str             The String instance whose hash code is requested
-        * @remarks             The hash algorithm is usually specific to a type.
-        *                              Two equal instances must return the same hash value.
-        *                              For better performance, the used hash function must generate a random distribution for all inputs.
+        * @remarks
+        *                              - The hash algorithm is usually specific to a type.
+        *                              - Two equal 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(const Tizen::Base::String& str) const;
 
@@ -106,9 +107,10 @@ public:
         *
         * @return              The hash code of the specified object
         * @param[in]   obj             The Object whose hash code is requested
-        * @remarks             The hash algorithm is usually specific to a type.
-        *                              Two equal instances must return the same hash value.
-        *                              For better performance, the used hash function must generate a random distribution for all inputs.
+        * @remarks
+        *                              - The hash algorithm is usually specific to a type.
+        *                              - Two equal 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(const Tizen::Base::Object& obj) const;