fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FIoDatabase.h
index 7df79a1..eb0d5df 100644 (file)
@@ -789,7 +789,7 @@ public:
        * @remarks
        *                               - The row ID is always available as an undeclared column named ROWID, OID, or _ROWID_
        *                               as long as those names are not used by explicitly declared columns.
-       *                               - If the table has a column of type ::INTEGER PRIMARY KEY then that column is another alias
+       *                               - If the table has a column of type INTEGER PRIMARY KEY then that column is another alias
        *                               for the row ID.
        *                               - This method returns the row ID of the most recent successful INSERT operation
        *                               for the current %Database instance.