Update doxygen in Package Namespace
authorDuyoung Jang <duyoung.jang@samsung.com>
Mon, 22 Apr 2013 02:21:27 +0000 (11:21 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Mon, 22 Apr 2013 02:21:27 +0000 (11:21 +0900)
Change-Id: I49fba032d3aae9b2d4a5f090e8d2323c5cc99aaa
Signed-off-by: Duyoung Jang <duyoung.jang@samsung.com>
inc/FAppPkgIPackageInstallationResponseListener.h [changed mode: 0644->0755]
inc/FAppPkgIPackageUninstallationResponseListener.h
inc/FAppPkgPackageAppInfo.h
inc/FAppPkgPackageManager.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 110e153..12cbedc
@@ -83,7 +83,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
@@ -93,7 +93,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
@@ -103,7 +103,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
index 13a53c3..873d2f0 100755 (executable)
@@ -73,7 +73,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
@@ -83,7 +83,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
@@ -93,7 +93,7 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
-       // The following methods are reserved and the name of the methods can be changed at any time without prior notice.
+       // This method is reserved and may change its name at any time without prior notice.
        //
        // @since       2.0
        //
index da87dac..6ec9696 100755 (executable)
@@ -121,7 +121,7 @@ public:
        *
        * @since         2.1
        *
-       * @return        A pointer to menu icon of an application, @n
+       * @return        A pointer to the menu icon of an application, @n
        *                else @c null if it fails
        * @exception    E_SUCCESS                     The method is successful.
        * @exception    E_FILE_NOT_FOUND              The menu icon does not exist.
@@ -139,8 +139,9 @@ public:
        *               else @c null if it fails
        * @exception    E_SUCCESS                     The method is successful.
        * @exception    E_SYSTEM                      The method cannot proceed due to a severe system error.
-       * @remarks      The specific error code can be accessed using the GetLastResult() method.
-       * @remarks      Application can use the metadata to set app-wide information.
+       * @remarks
+       *                       - The specific error code can be accessed using the GetLastResult() method.
+       *                       - Application can use the metadata to set app-wide information.
        */
        Tizen::Base::Collection::IMap* GetAppMetadataListN(void) const;
 
old mode 100644 (file)
new mode 100755 (executable)
index f28b9a7..38eba9f
@@ -270,7 +270,7 @@ public:
        result MoveToInternalStorage(const PackageId& packageId);
 
        /**
-       * Gets a package information from the specific file. The supported file extensions are tpk and wgt.
+       * Gets a package information from a specific file. @n The supported file extensions are tpk and wgt.
        *
        * @since         2.1
        * @privlevel     platform
@@ -280,7 +280,7 @@ public:
        *               else @c null if it fails
        * @param[in]    filePath                           The package file path
        * @exception    E_SUCCESS                          The method is successful.
-       * @exception    E_INVALID_ARG                      A specified input parameter is invalid.
+       * @exception    E_INVALID_ARG                      The specified input parameter is invalid.
        * @exception    E_FILE_NOT_FOUND                   The specified file cannot be found or accessed.
        * @exception    E_UNSUPPORTED_FORMAT               The specified format is invalid or not supported.
        * @exception    E_PARSING_FAILED                   The method has failed to parse the package file or xml file(s) inside the package.
@@ -302,7 +302,7 @@ public:
        * For more information on the predefined key-value pairs for package filter,
        *       see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the predefined key-value pairs for package filter</a>.
        * @exception    E_SUCCESS                            The method is successful.
-       * @exception    E_INVALID_ARG                        A specified input parameter is invalid.
+       * @exception    E_INVALID_ARG                        The specified input parameter is invalid.
        * @exception    E_SYSTEM                             The method cannot proceed due to a severe system error.
        * @exception    E_PRIVILEGE_DENIED                   The application does not have the privilege to call this method.
        * @remarks      The specific error code can be accessed using the GetLastResult() method.
@@ -322,7 +322,7 @@ public:
        * For more information on the predefined key-value pairs for package app filter,
        *       see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the predefined key-value pairs for package app filter</a>.
        * @exception    E_SUCCESS                            The method is successful.
-       * @exception    E_INVALID_ARG                        A specified input parameter is invalid.
+       * @exception    E_INVALID_ARG                        The specified input parameter is invalid.
        * @exception    E_SYSTEM                             The method cannot proceed due to a severe system error.
        * @exception    E_PRIVILEGE_DENIED                   The application does not have the privilege to call this method.
        * @remarks      The specific error code can be accessed using the GetLastResult() method.