update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:42:18 +0000 (18:42 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:56:01 +0000 (18:56 +0900)
Change-Id: Ia0ab285aee958109936df7a99a81e605836c9a12

inc/FAppAppManager.h
inc/FIoDatabase.h

index cd2a229..09ab0ab 100755 (executable)
@@ -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()
         */
index 394d80b..e2ca497 100644 (file)
@@ -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
        *                                                                               <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @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
        *                                                                               <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @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);