change the tag when there are several conditions in a method
[platform/framework/native/appfw.git] / inc / FIoFile.h
index 1758eef..246e447 100644 (file)
@@ -215,7 +215,7 @@ public:
        virtual ~File(void);
 
        /**
-       * @if OSPDEPREC
+       * @cond 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.
        *
@@ -263,7 +263,7 @@ 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
+       * @endcond
        */
        result Construct(const Tizen::Base::String& filePath, const Tizen::Base::String& openMode, bool createParentDirectories);