merge with master
[framework/osp/net.git] / inc / FNetHttpHttpCredentials.h
index f00e517..90bd0f2 100755 (executable)
@@ -92,8 +92,9 @@ public:
        /**
         * Sets the user name for the current instance of %HttpCredentials.
         *
-        * @since       2.0
-        * @privilege   %http://tizen.org/privilege/http
+        * @since                       2.0
+        * @privlevel           public
+        * @privilege           http://tizen.org/privilege/http
         *
         * @param[in]   name                            The user name string
         * @exception   E_SUCCESS                       The method is successful.
@@ -107,8 +108,9 @@ public:
        /**
         * Sets the password for the current instance of %HttpCredentials.
         *
-        * @since       2.0
-        * @privilege   %http://tizen.org/privilege/http
+        * @since                       2.0
+        * @privlevel           public
+        * @privilege           http://tizen.org/privilege/http
         *
         * @param[in]   password                        The password string
         * @exception   E_SUCCESS                       The method is successful.
@@ -122,8 +124,9 @@ public:
        /**
         * Gets the user name of the current instance of %HttpCredentials.
         *
-        * @since       2.0
-        * @privilege   %http://tizen.org/privilege/http
+        * @since                       2.0
+        * @privlevel           public
+        * @privilege           http://tizen.org/privilege/http
         *
         * @return                      The user name
         * @exception   E_SUCCESS                               The method is successful.
@@ -137,13 +140,14 @@ public:
        /**
         * Gets the password of the current instance of %HttpCredentials.
         *
-        * @since       2.0
-        * @privilege   %http://tizen.org/privilege/http
+        * @since                       2.0
+        * @privlevel           public
+        * @privilege           http://tizen.org/privilege/http
         *
         * @return                      The password
-        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OUT_OF_MEMORY         The memory is insufficient.
-        * @exception   E_SYSTEM                        A system error has occurred.
+        * @exception   E_SYSTEM                                A system error has occurred.
         * @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.
         */