From: Minkyoung Kang Date: Fri, 12 Apr 2013 09:42:18 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: accepted/tizen_2.1/20130425.034849~77^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99df40fa413175ac145a0012cc81d47dd9cb758e;p=framework%2Fosp%2Fappfw.git update header for Doxygen Change-Id: Ia0ab285aee958109936df7a99a81e605836c9a12 --- diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index cd2a229..09ab0ab 100755 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -445,10 +445,11 @@ public: * @privilege %http://tizen.org/privilege/application.launch * * @return An error code - * @exception E_SUCCESS The method is successful. + * @exception E_SUCCESS Either of the following conditions has occurred: + * - The method is successful. + * - There is no registered launch condition. * @exception E_SYSTEM A system error has occurred. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @remarks E_SUCCESS An error occurs when there is no registered launch condition. * @see RegisterAppLaunch() * @see IsAppLaunchRegistered() */ diff --git a/inc/FIoDatabase.h b/inc/FIoDatabase.h index 394d80b..e2ca497 100644 --- a/inc/FIoDatabase.h +++ b/inc/FIoDatabase.h @@ -449,7 +449,7 @@ public: * - %File corruption is detected. @n * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see * Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(const Tizen::Base::String& dbPath, const char* pOpenMode, const Tizen::Base::ByteBuffer& secretKey); @@ -777,7 +777,7 @@ public: * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see * Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ static result ConvertToSecureDatabase(const Tizen::Base::String& normalDbPath, const Tizen::Base::String& secureDbPath, const Tizen::Base::ByteBuffer& secretKey);