Merge reviewed doxygen.
authoreh1112.kim <eh1112.kim@samsung.com>
Tue, 26 Mar 2013 00:17:57 +0000 (09:17 +0900)
committereh1112.kim <eh1112.kim@samsung.com>
Tue, 26 Mar 2013 00:17:57 +0000 (09:17 +0900)
Change-Id: I8a890e40e177e361b824abcccccbb99b9f98a4fb
Signed-off-by: eh1112.kim <eh1112.kim@samsung.com>
inc/FNetHttpHttpHeader.h
inc/FNetNetConnection.h [changed mode: 0644->0755]
inc/FNetNetConnectionInfo.h [changed mode: 0644->0755]

index 2842e03..f8dbf3c 100755 (executable)
@@ -40,7 +40,7 @@ class _HttpHeaderImpl;
  *
  * @since      2.0
  *
- *  The %HttpHeader class is a collection of header fields associated with an HTTP message. The header fields can be added, read, modified, and
+ * The %HttpHeader class is a collection of header fields associated with an HTTP message. The header fields can be added, read, modified, and
  *     removed. Also, each field can have multiple values. This class provides easy access to the header.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/net/http_connectivity.htm">HTTP Guide</a>.
old mode 100644 (file)
new mode 100755 (executable)
index fd9eed3..c5d4787
@@ -191,7 +191,7 @@ public:
         * @exception   E_INVALID_CONTEXT               The context information associated with the network connection account is invalid.
         * @exception   E_SYSTEM                                An internal error has occurred.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
-        * @remarks             This method stops the network connection of an application.  Additionally, it does not ensure immediate disconnection of the network
+        * @remarks             This method stops the network connection of an application. Additionally, it does not ensure immediate disconnection of the network
         *                              service (for example, 3G data service or Wi-Fi). The network service remains active till all the applications stop using the network
         *                              connection. Once stopped, the network connection can be restarted using the Start() method.
         * @see                 Start()
old mode 100644 (file)
new mode 100755 (executable)
index 388b2b3..1083987
@@ -80,7 +80,7 @@ public:
         * @since               2.0\r
         *\r
         * @return              The protocol type of a specific network connection, @n\r
-        *                              else @c NET_PROTO_TYPE_NONE     if this instance is invalid\r
+        *                              else @c NET_PROTO_TYPE_NONE if this instance is invalid\r
         */\r
         NetProtocolType GetProtocolType(void) const;\r
 \r