[2.2.1] Merge different codes between 2.2 and 3.0
[platform/framework/native/appfw.git] / inc / FBaseFloatMatrix4.h
index faac984..18120fe 100644 (file)
@@ -21,7 +21,6 @@
  * This header file contains the declarations of the %FloatMatrix4 class.
  *
  */
-
 #ifndef _FBASE_FLOAT_MATRIX4_H_
 #define _FBASE_FLOAT_MATRIX4_H_
 
@@ -246,7 +245,7 @@ public:
         *
         * @return      A new instance of %FloatMatrix4 containing the resulting value of the operation
         * @param[in]   value   A @c float value to add
-        * @param[in]   rhs     An instance of %FloatMatrix4
+        * @param[in]   rhs             An instance of %FloatMatrix4
         */
        _OSP_EXPORT_ friend FloatMatrix4 operator +(const float& value, const FloatMatrix4& rhs);
 
@@ -257,7 +256,7 @@ public:
         *
         * @return      A new instance of %FloatMatrix4 containing the resulting value of the operation
         * @param[in]   value   A @c float value to multiply
-        * @param[in]   rhs     An instance of %FloatMatrix4
+        * @param[in]   rhs             An instance of %FloatMatrix4
         */
        _OSP_EXPORT_ friend FloatMatrix4 operator *(const float& value, const FloatMatrix4& rhs);
 
@@ -268,7 +267,7 @@ public:
         *
         * @return      A new instance of %FloatMatrix4 containing the resulting value of the operation
         * @param[in]   value   A @c float value to subtract
-        * @param[in]   rhs     An instance of %FloatMatrix4
+        * @param[in]   rhs             An instance of %FloatMatrix4
         */
        _OSP_EXPORT_ friend FloatMatrix4 operator -(const float& value, const FloatMatrix4& rhs);
 
@@ -280,7 +279,7 @@ public:
         * @return      @c true if the values of the current instance is equal to the value of the specified instance, @n
         *                      else @c false
         * @param[in]   obj     An instance of %FloatMatrix4
-        * @remarks     This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances.
+        * @remarks             This method overrides Tizen::Base::Object::Equals(). This method uses the values of the Matrix components to compare the two instances.
         */
        virtual bool Equals(const Tizen::Base::Object& obj) const;
 
@@ -291,7 +290,7 @@ public:
         *
         * @return      The hash value of the current instance
         * @remarks     Two equal instances must return the same hash value. For better performance,
-        *                              the used hash function must generate a random distribution for all inputs.
+        *                      the used hash function must generate a random distribution for all inputs.
         */
        virtual int GetHashCode(void) const;
 
@@ -372,7 +371,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @exception   E_SUCCESS       The method is successful.
+        * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_OPERATION     The current instance is not invertible.
         */
        result Invert(void);