Update doxygen
authorDuyoung Jang <duyoung.jang@samsung.com>
Wed, 20 Mar 2013 01:10:08 +0000 (10:10 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Wed, 20 Mar 2013 01:10:08 +0000 (10:10 +0900)
Change-Id: I28392ab641cbb70aefde3b13d6f25e2fe26fd8b7
Signed-off-by: Duyoung Jang <duyoung.jang@samsung.com>
inc/FAppPkg.h [changed mode: 0644->0755]
inc/FAppPkgIPackageInstallationEventListener.h [changed mode: 0644->0755]
inc/FAppPkgIPackageUninstallationResponseListener.h [changed mode: 0644->0755]
inc/FAppPkgPackageLicenseManager.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a3d2587..c654bcf
@@ -42,6 +42,8 @@
  *                             @b Library : @b osp-appfw
  *
  * The %Package namespace contains classes and interfaces for information of packages and management of its installation or uninstallation.
+ *
+ * The following diagram illustrates the relationships between the classes belonging to the %Package namespace.
  * @image html app_package_namespace_classdiagram.png
  */
 
old mode 100644 (file)
new mode 100755 (executable)
index d1ce3e3..b504378
@@ -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
        //
@@ -113,7 +113,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
        //
@@ -123,7 +123,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
        //
old mode 100644 (file)
new mode 100755 (executable)
index 18b0a2b..13a53c3
@@ -16,7 +16,7 @@
 //
 
 /**
* @file       FAppPkgIPackageUninstallationResponseListener.h
 * @file      FAppPkgIPackageUninstallationResponseListener.h
  * @brief      This is the header file for the %IPackageUninstallationResponseListener interface.
  *
  * This header file contains the declarations of the %IPackageUninstallationResponseListener interface.
@@ -58,7 +58,7 @@ public:
      * Called when a package uninstallation is completed. @n
         * The value of @c uninstallationResult is @c true if the uninstallation is successful, else @c false.
      *
-     *@since   2.0
+     * @since  2.0
      *
      * @param[in]      packageId                     The package ID
      * @param[in]      uninstallationResult          Set to @c true if the uninstallation is successful, @n
old mode 100644 (file)
new mode 100755 (executable)
index 11e137f..0dd4cce
@@ -33,13 +33,13 @@ namespace Tizen { namespace App { namespace Package
 
 /**
  * @class   PackageLicenseManager
- * @brief   This class gets the information of package's license and manages its installation.
+ * @brief   This class gets the information of package's license and manages its installation.
  *
  * @since 2.1
  *
  * @remarks  Do not use this class without obtaining prior permissions from the %Tizen platform team.
  *
- * The %PackageLicenseManager class gets the information of package's license and manages its installation.
+ * The %PackageLicenseManager class gets the information of package's license and manages its installation.
  */
 class _OSP_EXPORT_ PackageLicenseManager
 {
@@ -67,9 +67,9 @@ public:
        static result GenerateDrmLicenseRequest(const Tizen::Base::String& licenseRequestInfo, Tizen::Base::String& licenseRequest, Tizen::Base::String& licenseUrl);
 
        /**
-       * Saves Package DRM license(Right Object) to DRM repository. @n
-       * It stores the DRM license (Right Object) when it does not exist in the DRM repository.
-       * When the same @c packgeId of DRM license(Right Object) already exists in the DRM repository, it is overwritten.
+       * Saves a Package DRM license(right object) to a DRM repository. @n
+       * It stores the DRM license (right object) when it does not exist in the DRM repository.
+       * When the same @c packgeId of DRM license(right object) already exists in the DRM repository, it is overwritten.
        *
        * @since 2.1
        * @privlevel    platform
@@ -104,7 +104,7 @@ public:
        * @exception    E_SUCCESS                       The method is successful.
        * @exception    E_INVALID_ARG           The specified input parameter is invalid.
        * @exception    E_DATABASE                      An error has occurred when handling the rights object repository.
-       * @exception    E_OBJ_NOT_FOUND         The input PackageId does not exist in the rights management repository.
+       * @exception    E_OBJ_NOT_FOUND         The specified @c pkgId does not exist in the rights management repository.
        * @exception    E_RIGHT_EXPIRED         The DRM license has expired.
        * @exception    E_RIGHT_UNLIMITED       The DRM license is unlimited.
        * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
@@ -114,7 +114,7 @@ public:
        static Tizen::Base::TimeSpan GetRemainingTimeUntilDrmExpiration(const Tizen::App::PackageId& pkgId);
 
        /**
-       * Saves CEK (Contents Encryption Key) to DRM repository. @n
+       * Saves a CEK (Contents Encryption Key) to a DRM repository. @n
        * It stores the CEK when it does not exist in the DRM repository.
        * When the same @c PackageId of CEK already exists in the DRM repository, it is overwritten.
        *