Merge "Add a _LocalizedNumParser class and 4 static functions" into tizen_2.1
[platform/framework/native/appfw.git] / inc / FIoDataSet.h
index 2edbd79..ef61e6e 100755 (executable)
@@ -1,5 +1,4 @@
 //\r
-// Open Service Platform\r
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.\r
 //\r
 // Licensed under the Apache License, Version 2.0 (the License);\r
@@ -69,7 +68,7 @@ public:
        * @since                2.1\r
        *\r
        * @return               An error code\r
-       * @param[in]            columnNames             The list of column name to create @n\r
+       * @param[in]            columnNames             The list of column names to create @n\r
        *                                                               The object type in the specified list should be String.\r
        * @exception            E_SUCCESS               The method is successful.\r
        * @exception            E_INVALID_ARG   The specified @c columnNames has no element.\r
@@ -84,14 +83,14 @@ public:
        * @return       A pointer to the DataRow instance, @n\r
        *                       else @c null if the memory is insufficient\r
        * @remarks      The column type is decided by the type of each element inserted in first row.\r
-       *                       If a specific column element on the first row is not inserted, then the column's type is DB_COLUMNTYPE_NULL\r
-       *                               On that case, when a new column element is added later,\r
+       *                       If a specific column element on the first row is not inserted, then the column's type is @c DB_COLUMNTYPE_NULL\r
+       *                               In that case, when a new column element is added later,\r
        *                               then the column's type will be changed according to the new element.\r
        */\r
        DataRow* CreateDataRowN(void);\r
 \r
        /**\r
-       * Gets table enumerator.\r
+       * Gets table enumerator.\r
        *\r
        * @since                2.1\r
        *\r
@@ -102,32 +101,31 @@ public:
 \r
 \r
        /**\r
-       * Get copy of this instance.\r
+       * Gets a copy of this instance.\r
        *\r
        * @since                2.1\r
        *\r
-       * @return       A pointer to the copy of the DataSet instance, @n\r
-\r
+       * @return       A pointer to the copy of the %DataSet instance, @n\r
        *                       else @c null if the memory is insufficient\r
        */\r
        DataSet* CloneN(void) const;\r
 \r
        /**\r
-       * Checks whether the value of the specified instance of Object is equal to the value of the current instance of\r
+       * Checks whether the value of a specified instance of Tizen::Base::Object is equal to the value of a current instance of\r
        * %DataSet.\r
        *\r
        * @since                2.1\r
        *\r
-       * @return       @c true if the value of the specified instance of Object is equal to the value of the current\r
+       * @return       @c true if the value of the specified instance of Tizen::Base::Object is equal to the value of the current\r
        *                       instance of %DataSet, @n\r
        *                       else @c false\r
-       * @param[in]    obj             An instance of Object to compare\r
-       * @remarks      The method returns @c false if the specified @c obj is not a %DataSet instance.\r
+       * @param[in]    obj             An instance of Tizen::Base::Object to compare\r
+       * @remarks      This method returns @c false if the specified @c obj is not a %DataSet instance.\r
        */\r
        virtual bool Equals(const Tizen::Base::Object& obj) const;\r
 \r
        /**\r
-       * Gets the hash value of the current instance.\r
+       * Gets the hash value of a current instance.\r
        *\r
        * @since                2.1\r
        *\r