add the predefined @remark item related with @feature tag
authorJoonho Cho <jh03.cho@samsung.com>
Tue, 26 Mar 2013 14:31:25 +0000 (23:31 +0900)
committerJoonho Cho <jh03.cho@samsung.com>
Tue, 26 Mar 2013 14:31:25 +0000 (23:31 +0900)
Change-Id: Ie209f610e435a32111e8100e647a5f9b1518242b
Signed-off-by: Joonho Cho <jh03.cho@samsung.com>
inc/FNetBtBluetoothHealth.h
inc/FNetBtBluetoothManager.h
inc/FNetBtBluetoothOppClient.h
inc/FNetBtBluetoothOppServer.h
inc/FNetBtBluetoothSppAcceptor.h
inc/FNetBtBluetoothSppInitiator.h

index 56cb47b..90196e9 100755 (executable)
@@ -92,6 +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.
         */
        result Construct(IBluetoothHealthEventListener& listener);
 
index 413f2c0..bb54292 100755 (executable)
@@ -93,6 +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.
         */
        result Construct(IBluetoothManagerEventListener& listener);
 
index 8f983d0..36cadc0 100755 (executable)
@@ -87,6 +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.
         */
        result Construct(IBluetoothOppClientEventListener& listener);
 
index 1ac2b76..49f7f96 100755 (executable)
@@ -86,6 +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.
         */
        result Construct(IBluetoothOppServerEventListener& listener);
 
index 7c03186..4b437a0 100755 (executable)
@@ -87,6 +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.
         */
        result Construct(IBluetoothSppAcceptorEventListener& listener);
 
index cbdf378..dd2b8e4 100755 (executable)
@@ -88,6 +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.
         */
        result Construct(IBluetoothSppInitiatorEventListener& listener);