Update doxygen
[platform/framework/native/appfw.git] / inc / FAppPkgIPackageUninstallationResponseListener.h
index 4609804..7e2afcf 100755 (executable)
@@ -37,9 +37,9 @@ namespace Tizen { namespace App { namespace Package
  *
  * @since      2.0
  *
- * The %IPackageUninstallationResponseListener interface defines a listener that is notified for events related to uninstallation of a target package.
- * The events include uninstallation result.
- * Generally, applications such as %Tizen Store use this listener in a package uninstallation step.
+ * The %IPackageUninstallationResponseListener interface defines a listener that is notified about events related to the uninstallation of a target package.
+ * The events include the uninstallation result.
+ * Generally, applications such as the %Tizen Store use this listener in a package uninstallation step.
  * @see PackageManager::UninstallPackage()
  *
  */
@@ -48,7 +48,7 @@ class _OSP_EXPORT_ IPackageUninstallationResponseListener
 {
 public:
        /**
-       * This polymorphic destructor should be overridden if required.
+       * This polymorphic destructor should be overridden if required. @n
        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
        *
        * @since        2.0
@@ -58,13 +58,13 @@ 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.
+       * The value of @c uninstallationResult is @c true if the uninstallation is successful, otherwise it is @c false.
        *
        * @since        2.0
        *
        * @param[in]      packageId                     The package ID
        * @param[in]      uninstallationResult          Set to @c true if the uninstallation is successful, @n
-        *                                               else @c false
+       *                                               else @c false
        *
        */
        virtual void OnPackageUninstallationResponseReceived(const PackageId& packageId, bool uninstallationResult) = 0;