update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Jul 2013 04:20:38 +0000 (13:20 +0900)
committerhs321.lee <hs321.lee@samsung.com>
Thu, 22 Aug 2013 08:58:15 +0000 (17:58 +0900)
Conflicts:

inc/FBaseColIList.h
inc/FBaseColIMap.h
inc/FBaseColIMultiMap.h
inc/FBaseColMultiHashMap.h
inc/FBaseColQueue.h
inc/FBaseColStack.h

Change-Id: I8e14738843f5a140b47cd3d743a01e6b6f0c607b
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
inc/FIoFile.h
inc/FIoRegistry.h

index 246e447..a769e00 100644 (file)
@@ -669,7 +669,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* LockN(FileLockType lockType);
 
@@ -703,7 +702,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* LockN(FileLockType lockType, int offset, int length);
 
@@ -730,7 +728,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* TryToLockN(FileLockType lockType);
 
@@ -762,7 +759,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* TryToLockN(FileLockType lockType, int offset, int length);
 
index 394c7e6..780b7fa 100644 (file)
@@ -897,7 +897,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* LockN(FileLockType lockType);
 
@@ -924,7 +923,6 @@ public:
        * @exception            E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @remarks                      The %FileLock instance is invalid if the associated %File instance is deleted. @n
        *                                               The specific error code can be accessed using the GetLastResult() method.
-       * @see                          Tizen::Io::File::FileLockType
        */
        FileLock* TryToLockN(FileLockType lockType);