remove Doxygen warning
[platform/framework/native/appfw.git] / inc / FIoRegistry.h
index 284b98d..6dba5f3 100644 (file)
@@ -163,8 +163,8 @@ public:
        virtual ~Registry(void);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %Registry with the specified parameters. @n
        * This method loads a registry file in the read-write mode.
        *
@@ -202,14 +202,14 @@ public:
        * @exception    E_PARSING_FAILED                The method has failed to parse the registry file.
        * @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
        * @{
+       * @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,8 +250,8 @@ public:
        *                                                                               - %File corruption is detected.
        * @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);