update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:46:00 +0000 (18:46 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:46:00 +0000 (18:46 +0900)
Change-Id: I30e6554ac0f6fcd5a57839d23ec19bfa3788774e

inc/FNetBtBluetoothHealth.h
inc/FNetBtBluetoothManager.h
inc/FNetBtBluetoothOppClient.h
inc/FNetBtBluetoothOppServer.h
inc/FNetBtBluetoothSppAcceptor.h
inc/FNetBtBluetoothSppInitiator.h

index e2aac67..0e335c9 100755 (executable)
@@ -92,8 +92,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_OPERATION_FAILED      The method has failed.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothHealthEventListener& listener);
 
index 7f2d285..1999c50 100755 (executable)
@@ -93,8 +93,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothManagerEventListener& listener);
 
index 7ab92ff..522b46d 100755 (executable)
@@ -87,8 +87,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothOppClientEventListener& listener);
 
index ec3fed0..786fd1e 100755 (executable)
@@ -86,8 +86,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothOppServerEventListener& listener);
 
index a8b8049..3cc96ac 100755 (executable)
@@ -87,8 +87,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothSppAcceptorEventListener& listener);
 
index 2a8f6d0..333c585 100755 (executable)
@@ -88,8 +88,8 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
-        *              methods.
+        * @remarks     Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IBluetoothSppInitiatorEventListener& listener);