Update doxygen
[platform/framework/native/appfw.git] / inc / FIoDbEnumerator.h
index 613610b..d09e079 100644 (file)
@@ -386,7 +386,7 @@ public:
        *                                                                         (the query did not yield any result). @n
        *                                                                       - The Database or DbStatement instance associated with this instance is deleted.
        * @exception    E_INVALID_ARG           The specified @c columnIndex is out of range.
-       * @remarks              The method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
+       * @remarks              This method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
        *                               Currently, DB_COLUMNTYPE_INT is returned for a 64-bit integer. @n
        *                               The specific error code can be accessed using the GetLastResult() method.
        */
@@ -409,7 +409,7 @@ public:
        * @exception    E_INVALID_ARG                           The specified @c columnIndex is out of range.
        * @exception    E_INVALID_ENCODING_RANGE        The string conversion has failed due to invalid encoding range, or
        *                                                                                       it is possible if the database file is corrupted.
-       * @remarks              The method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
+       * @remarks              This method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
        *                               The specific error code can be accessed using the GetLastResult() method.
        */
        virtual Tizen::Base::String GetColumnName(int columnIndex) const;
@@ -429,7 +429,7 @@ public:
        *                                                                         (the query did not yield any result). @n
        *                                                                       - The Database or DbStatement instance associated with this instance is deleted.
        * @exception    E_INVALID_ARG           The specified @c columnIndex is out of range.
-       * @remarks              The method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
+       * @remarks              This method must be called after MoveNext(), MoveFirst(), or MoveLast(). @n
        *                               If the destination column is of type String, this method returns the @c byte length excluding the @c null terminator character. @n
        *                               The specific error code can be accessed using the GetLastResult() method.
        */