[Doxygen] Merge LB reviewed doxygen.
authorJaemin Ahn <j.m.ahn@samsung.com>
Thu, 18 Apr 2013 02:29:45 +0000 (11:29 +0900)
committerJaemin Ahn <j.m.ahn@samsung.com>
Thu, 18 Apr 2013 02:29:45 +0000 (11:29 +0900)
Change-Id: I9b8738c7623a69f93507780157bbaf9a3f444109
Signed-off-by: Jaemin Ahn <j.m.ahn@samsung.com>
inc/FNetDhcpClientInfo.h
inc/FNetDns.h
inc/FNetIDnsEventListener.h
inc/FNetILocalDhcpServerEventListener.h
inc/FNetNetAccountInfo.h
inc/FNetNetAccountManager.h
inc/FNetNetConnection.h [changed mode: 0755->0644]
inc/FNetNetConnectionInfo.h [changed mode: 0755->0644]
inc/FNetNetConnectionManager.h
inc/FNetNetStatistics.h [changed mode: 0755->0644]

index c2454fb..efeb420 100644 (file)
@@ -81,8 +81,8 @@ public:
         * @since               2.0
         *
         * @return              The MAC address in the form '00-00-00-00-00-00'
-        * @remarks     In case of the Wi-Fi Direct bearer type, the MAC address is virtual and is used only for the frame packetization.
-        *              This MAC address is different from the MAC address provided by the WifiManager or the WifiDirectDevice class.
+        * @remarks             In case of the Wi-Fi Direct bearer type, the MAC address is virtual and is used only for the frame packetization. @n
+        *                              This MAC address is different from the MAC address provided by the WifiManager or the WifiDirectDevice class.
         */
        Tizen::Base::String GetMacAddress(void) const;
 
index b42a601..56b8c64 100644 (file)
@@ -131,11 +131,10 @@ class _OSP_EXPORT_ Dns
 {
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since               2.0
-        *
-        * @remarks             After creating an instance of this class, one of the Construct() methods must be called explicitly to initialize this instance.
         */
        Dns(void);
 
index 69e1438..01031ac 100644 (file)
@@ -42,7 +42,7 @@ class IpHostEntry;
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/net/domain_name_system_access.htm">Domain Name System Access</a>.
  *
- * @see        IpHostEntry
+ * @see        Tizen::Net::IpHostEntry
  */
 class _OSP_EXPORT_ IDnsEventListener
        : virtual public Tizen::Base::Runtime::IEventListener
index 27e0564..1c4d16e 100644 (file)
@@ -44,7 +44,7 @@ class DhcpClientInfo;
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/net/local_DHCP_server_access.htm">Local DHCP Server Access</a>.
  *
- * @see        DhcpClientInfo
+ * @see        Tizen::Net::DhcpClientInfo
  */
 class _OSP_EXPORT_ ILocalDhcpServerEventListener
        : virtual public Tizen::Base::Runtime::IEventListener
index a4e5f74..096a76a 100644 (file)
@@ -56,7 +56,8 @@ class _OSP_EXPORT_ NetAccountInfo
 {
 public:
        /**
-       * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+       * The object is not fully constructed after this constructor is called. @n
+       * For full construction, the Construct() method must be called right after calling this constructor.
        *
        * @since        2.0
        *
index 6096523..22279f0 100644 (file)
@@ -54,7 +54,8 @@ class _OSP_EXPORT_ NetAccountManager
 {
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since               2.0
         *
@@ -100,7 +101,7 @@ public:
         * @exception           E_SYSTEM                        An internal error has occurred.
         * @exception           E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception           E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                              For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                              For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                                      - This method creates a new network account and returns a @c NetAccountId value that can be used in method calls later to operate on the
         *                                              account. If @c INVALID_HANDLE is returned, the specific error code can be accessed using the GetLastResult() method. A Wi-Fi account
@@ -156,7 +157,7 @@ public:
         * @exception           E_INVALID_OPERATION     This operation is not allowed on this network account instance.
         * @exception           E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception           E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                              For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                              For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                                      - This method fails if the network account is read-only, in service, or created by another application.
         *                                              A Wi-Fi account cannot be updated using %NetAccountManager.
@@ -188,7 +189,7 @@ public:
         * @exception   E_OPERATION_FAILED     This request operation has failed due to an internal error.
         * @exception   E_PRIVILEGE_DENIED     The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks             Before calling this method, check whether the feature is supported by 
         *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @see         GetNetAccountInfoN()
@@ -282,7 +283,7 @@ public:
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_SYSTEM                        An internal error has occurred (baseband).
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - The specific error code can be accessed using the GetLastResult() method.
         *                              - Before calling this method, check whether the feature is supported by 
@@ -308,7 +309,7 @@ public:
         * @exception   E_SYSTEM                        An internal error has occurred.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - The specific error code can be accessed using the GetLastResult() method.
         *                              - Before calling this method, check whether the feature is supported by 
@@ -369,7 +370,7 @@ public:
         * @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_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                              For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                              For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                                      - If this method is not used, the default connection works in the Wi-Fi first mode.
         *                                      - Before calling this method, check whether the feature is supported by 
old mode 100755 (executable)
new mode 100644 (file)
index 17c91e8..574f01f
@@ -119,7 +119,8 @@ class _OSP_EXPORT_ NetConnection
 {
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since               2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
index b96792a..b0258f3 100644 (file)
@@ -48,7 +48,8 @@ class _OSP_EXPORT_ NetConnectionManager
 {
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.0
         *
@@ -134,7 +135,7 @@ public:
         * @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_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - If this method is not used, the default connection works in the Wi-Fi first mode.
         *                              - Before calling this method, check whether the feature is supported by 
old mode 100755 (executable)
new mode 100644 (file)
index d788763..23bfb8d
@@ -50,7 +50,8 @@ class _OSP_EXPORT_ NetStatistics
 {
 public:
        /**
-        * The object is not fully constructed after this constructor is called. For full construction, the Construct() method must be called right after calling this constructor.
+        * The object is not fully constructed after this constructor is called. @n
+        * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since               2.0
         *
@@ -98,7 +99,7 @@ public:
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - The specific error code can be accessed using the GetLastResult() method.
         *                              - Before calling this method, check whether the feature is supported by 
@@ -124,7 +125,7 @@ public:
         * @exception   E_SYSTEM                        An internal error has occurred.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - This method must use warning pop-up for user notification.
         *                              - Before calling this method, check whether the feature is supported by 
@@ -150,7 +151,7 @@ public:
         * @exception   E_SYSTEM                        An internal error has occurred.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The target device does not support the required feature. @b Since: @b 2.1
-        *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
+        *                                      For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @remarks
         *                              - This method must use warning pop-up for user notification.
         *                              - Before calling this method, check whether the feature is supported by