Update doxygen in Package Namespace
[platform/framework/native/appfw.git] / inc / FAppPkgPackageManager.h
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.