remove link in brief tag
[platform/framework/native/net.git] / inc / FNetNetConnectionInfo.h
index e9f9802..5fdc7c3 100644 (file)
@@ -39,7 +39,7 @@ class _NetConnectionInfoImpl;
  * @since      2.0\r
  *\r
  *     The %NetConnectionInfo class provides methods to obtain information related to a network connection. %NetConnectionInfo is valid when \r
- *     NetConnection is not in the "NET_CONNECTION_STATE_STOPPED" state.\r
+ *     NetConnection is not in the ::NET_CONNECTION_STATE_STOPPED state.\r
  *\r
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/net/managing_network_connections.htm">Managing Network Connections</a>.\r
  */\r
@@ -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
@@ -110,8 +110,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the local address in the calling instance\r
-        * @remarks             If GetLocalAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetLocalAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetLocalAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetLocalAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not.\r
         */\r
        const IpAddress* GetLocalAddress(void) const;\r
@@ -133,8 +133,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the primary DNS Address of the network connection\r
-        * @remarks             If GetDnsAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetDnsAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not, because the DNS address field is not mandatory.\r
         */\r
        const IpAddress* GetPrimaryDnsAddress(void) const;\r
@@ -145,8 +145,8 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the secondary DNS Address of the network connection\r
-        * @remarks             If GetDnsAddressScheme() is NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
-        *                              If %GetDnsAddressScheme() is NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
+        * @remarks             If GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_STATIC, this method returns the statically assigned local addresses. @n\r
+        *                              If %GetDnsAddressScheme() is ::NET_ADDRESS_SCHEME_DYNAMIC, this method returns the dynamically assigned local addresses. @n\r
         *                              In any case, check whether the IpAddress pointer is @c null or not, because the DNS address field is not mandatory.\r
         */\r
        const IpAddress* GetSecondaryDnsAddress(void) const;\r
@@ -157,7 +157,7 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the IpAddress instance representing the subnet mask address of the network connection\r
-        * @remarks     In any case, check whether the %IpAddress pointer is @c null or not, because the subnet mask address field is not mandatory.\r
+        * @remarks     In any case, check whether the IpAddress pointer is @c null or not, because the subnet mask address field is not mandatory.\r
         */\r
        const IpAddress* GetSubnetMaskAddress(void) const;\r
        \r
@@ -199,8 +199,8 @@ public:
         *\r
         * @return              @c true if the values match, @n\r
         *                              else @c false\r
-        * @param[in]   rhs     The other Object to compare\r
-        * @see                 Object::Equals()\r
+        * @param[in]   rhs     The other Tizen::Base::Object to compare\r
+        * @see                 Tizen::Base::Object::Equals()\r
         */\r
        virtual bool Equals(const Tizen::Base::Object& rhs) const;\r
 \r