From: Minkyoung Kang Date: Wed, 10 Jul 2013 04:20:38 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: accepted/tizen/20130912.081851^2~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ff1d56889a518f720b48d756d4c31652d756c82;p=platform%2Fframework%2Fnative%2Fappfw.git update header for Doxygen 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 --- diff --git a/inc/FIoFile.h b/inc/FIoFile.h index 246e447..a769e00 100644 --- a/inc/FIoFile.h +++ b/inc/FIoFile.h @@ -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); diff --git a/inc/FIoRegistry.h b/inc/FIoRegistry.h index 394c7e6..780b7fa 100644 --- a/inc/FIoRegistry.h +++ b/inc/FIoRegistry.h @@ -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);