update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 21 May 2013 05:19:30 +0000 (14:19 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 21 May 2013 05:19:30 +0000 (14:19 +0900)
Change-Id: I9dbf9a1e2f4a8e81f1590d9bddf7d5d6eae16389

inc/FIoDatabase.h
inc/FIoFile.h
inc/FIoRegistry.h

index c68f4ba..12ee483 100644 (file)
@@ -290,7 +290,6 @@ public:
        virtual ~Database(void);
 
        /**
-       * @{
        * @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.
@@ -333,12 +332,10 @@ public:
        *                       use the Database::Construct(const Tizen::Base::String& dbPath, const char* pOpenMode) method
        *                       with "r" as the value for the open mode flag.
        * @endif
-       * @}
        */
        result Construct(const Tizen::Base::String& dbPath, bool createIfNotExist);
 
        /**
-       * @{
        * @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.
@@ -377,7 +374,6 @@ public:
        *                                                                               - An unexpected device failure has occurred as the media ejected suddenly. @n
        *                                                                               - %File corruption is detected.
        * @endif
-       * @}
        */
        result Construct(const Tizen::Base::String& dbPath, long openMode, long option);
 
index dac9cfe..019fdf0 100644 (file)
@@ -215,7 +215,6 @@ public:
        virtual ~File(void);
 
        /**
-       * @{
        * @if OSPDEPREC
        * Initializes this instance of %File with the specified parameters. @n
        * This method opens an existing file or creates a new one according to the specified file opening mode.
@@ -265,7 +264,6 @@ public:
        *                               "ab+", "a+b", "a", "ab", "r+", "rb+", "r+b", "r", "rb". @n
        *                               Other strings lead to E_INVALID_ARG. However, "b"(binary) open mode is ignored internally.
        * @endif
-       * @}
        */
        result Construct(const Tizen::Base::String& filePath, const Tizen::Base::String& openMode, bool createParentDirectories);
 
index 0c69044..978a45d 100644 (file)
@@ -162,7 +162,6 @@ public:
        virtual ~Registry(void);
 
        /**
-       * @{
        * @if OSPDEPREC
        * Initializes this instance of %Registry with the specified parameters. @n
        * This method loads a registry file in the read-write mode.
@@ -202,12 +201,10 @@ public:
        * @remarks              To load the registry in read-only mode, use the Registry::Construct(const Tizen::Base::String& regPath,
        *               long openMode, long option) method with REG_OPEN_READ_ONLY as a value for the open mode flag.
        * @endif
-       * @}
        */
        result Construct(const Tizen::Base::String& regPath, bool createIfNotExist);
 
        /**
-       * @{
        * @if OSPDEPREC
        * Initializes this instance of %Registry with the specified parameters. @n
        * This method loads a registry file in the read-only or the read-write mode.
@@ -250,7 +247,6 @@ public:
        * @exception    E_INVALID_FORMAT                The input registry file contains '0x00' in the middle of the file.
        * @exception    E_PARSING_FAILED                The method has failed to parse the registry file.
        * @endif
-       * @}
        */
        result Construct(const Tizen::Base::String& regPath, long openMode, long option);