Apply reviewed doxygen
[framework/osp/web.git] / inc / FWebCtrlAuthenticationChallenge.h
index e4a5b0f..5e44b08 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Web { namespace Controls
 /**
  *
  * @class      AuthenticationChallenge
- * @brief              This class handles the HyperText Transfer Protocol (HTTP) authentication requests.
+ * @brief      This class handles the HyperText Transfer Protocol (HTTP) authentication requests.
  *
  * @since              2.0
  *
@@ -61,11 +61,11 @@ public:
         * @privlevel           public
         * @privilege           %http://tizen.org/privilege/web.service
         *
-        * @param[in]           userId                  The user ID for authentication
-        * @param[in]           password                The password for authentication
-        * @exception           E_SUCCESS               The method is successful.
-        * @exception           E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
-        * @exception           E_USER_NOT_CONSENTED            The user blocks an application from calling this method. @b Since: @b 2.1
+        * @param[in]           userId                                          The user ID for authentication
+        * @param[in]           password                                        The password for authentication
+        * @exception           E_SUCCESS                                       The method is successful.
+        * @exception           E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
+        * @exception           E_USER_NOT_CONSENTED            The user has blocked the application from calling this method. @b Since: @b 2.1
         * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void Process(const UserId& userId, const Tizen::Base::String& password);
@@ -77,9 +77,9 @@ public:
         * @privlevel           public
         * @privilege           %http://tizen.org/privilege/web.service
         *
-        * @exception           E_SUCCESS               The method is successful.
-        * @exception           E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
-        * @exception           E_USER_NOT_CONSENTED            The user blocks an application from calling this method. @b Since: @b 2.1
+        * @exception           E_SUCCESS                                       The method is successful.
+        * @exception           E_PRIVILEGE_DENIED                      The application does not have the privilege to call this method.
+        * @exception           E_USER_NOT_CONSENTED            The user has blocked the application from calling this method. @b Since: @b 2.1
         * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void Cancel(void);