restore if tag from cond tag
[platform/framework/native/appfw.git] / inc / FIoDatabase.h
index abbbf6d..12ee483 100644 (file)
@@ -290,7 +290,7 @@ public:
        virtual ~Database(void);
 
        /**
-       * @cond OSPDEPREC
+       * @if OSPDEPREC
        * Initializes this instance of %Database with the specified parameters. @n
        * This method creates a new database file or opens an existing database file in the read-write mode.
        *
@@ -331,12 +331,12 @@ public:
        * @remarks      To open the database file in the read-only mode,
        *                       use the Database::Construct(const Tizen::Base::String& dbPath, const char* pOpenMode) method
        *                       with "r" as the value for the open mode flag.
-       * @endcond
+       * @endif
        */
        result Construct(const Tizen::Base::String& dbPath, bool createIfNotExist);
 
        /**
-       * @cond OSPDEPREC
+       * @if OSPDEPREC
        * Initializes this instance of %Database with the specified parameters. @n
        * This method creates a new database file or opens an existing database file in the read-only or the read-write mode.
        *
@@ -373,7 +373,7 @@ public:
        *                                                                               - The method has failed to open or create a file. @n
        *                                                                               - An unexpected device failure has occurred as the media ejected suddenly. @n
        *                                                                               - %File corruption is detected.
-       * @endcond
+       * @endif
        */
        result Construct(const Tizen::Base::String& dbPath, long openMode, long option);