Update reviewed Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FIoFile.h
index e7361e9..57b9b2e 100644 (file)
@@ -216,8 +216,8 @@ public:
        virtual ~File(void);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @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,8 +265,8 @@ public:
        * @remarks              The following file opening mode strings are recognized by this method: "w+", "wb+", "w+b", "w", "wb", "a+",
        *                               "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);