Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FIoDataSet.h
old mode 100755 (executable)
new mode 100644 (file)
index 1a1597c..3de74f3
@@ -63,13 +63,13 @@ public:
        virtual ~DataSet(void);
 
        /**
-       * Creates in-memory table.
+       * Creates an in-memory table.
        *
-       * @since                2.1
+       * @since                        2.1
        *
-       * @return               An error code
+       * @return                       An error code
        * @param[in]            columnNames             The list of column names to create @n
-       *                                                               The object type in the specified list should be String.
+       *                                                                       The object type in the specified list should be String.
        * @exception            E_SUCCESS               The method is successful.
        * @exception            E_INVALID_ARG   The specified @c columnNames has no element.
        */
@@ -82,15 +82,14 @@ public:
        *
        * @return       A pointer to the DataRow instance, @n
        *                       else @c null if the memory is insufficient
-       * @remarks      The column type is decided by the type of each element inserted in first row.
-       *                       If a specific column element on the first row is not inserted, then the column's type is @c DB_COLUMNTYPE_NULL
-       *                               In that case, when a new column element is added later,
-       *                               then the column's type will be changed according to the new element.
+       * @remarks              The column type is decided by the type of each element inserted in first row. @n
+       *                               If a specific column element on the first row is not inserted, then the column's type is ::DB_COLUMNTYPE_NULL. @n
+       *                               In that case, when a new column element is added later, then the column's type will be changed according to the new element.
        */
        DataRow* CreateDataRowN(void);
 
        /**
-       * Gets a table enumerator.
+       * Gets the table enumerator.
        *
        * @since                2.1
        *
@@ -125,7 +124,7 @@ public:
        virtual bool Equals(const Tizen::Base::Object& obj) const;
 
        /**
-       * Gets the hash value of a current instance.
+       * Gets the hash value of the current instance.
        *
        * @since                2.1
        *