From ee9eb25d1204b7b1c2f40f4b57c254e7cce0446a Mon Sep 17 00:00:00 2001 From: "eh1112.kim" Date: Tue, 26 Mar 2013 09:17:57 +0900 Subject: [PATCH] Merge reviewed doxygen. Change-Id: I8a890e40e177e361b824abcccccbb99b9f98a4fb Signed-off-by: eh1112.kim --- inc/FNetHttpHttpHeader.h | 2 +- inc/FNetNetConnection.h | 2 +- inc/FNetNetConnectionInfo.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 inc/FNetNetConnection.h mode change 100644 => 100755 inc/FNetNetConnectionInfo.h diff --git a/inc/FNetHttpHttpHeader.h b/inc/FNetHttpHttpHeader.h index 2842e03..f8dbf3c 100755 --- a/inc/FNetHttpHttpHeader.h +++ b/inc/FNetHttpHttpHeader.h @@ -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 HTTP Guide. diff --git a/inc/FNetNetConnection.h b/inc/FNetNetConnection.h old mode 100644 new mode 100755 index fd9eed3..c5d4787 --- a/inc/FNetNetConnection.h +++ b/inc/FNetNetConnection.h @@ -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() diff --git a/inc/FNetNetConnectionInfo.h b/inc/FNetNetConnectionInfo.h old mode 100644 new mode 100755 index 388b2b3..1083987 --- a/inc/FNetNetConnectionInfo.h +++ b/inc/FNetNetConnectionInfo.h @@ -80,7 +80,7 @@ public: * @since 2.0 * * @return The protocol type of a specific network connection, @n - * else @c NET_PROTO_TYPE_NONE if this instance is invalid + * else @c NET_PROTO_TYPE_NONE if this instance is invalid */ NetProtocolType GetProtocolType(void) const; -- 2.7.4