diff options
author | Minkyoung Kang <mklove.kang@samsung.com> | 2013-04-12 18:46:00 +0900 |
---|---|---|
committer | Minkyoung Kang <mklove.kang@samsung.com> | 2013-04-12 18:46:00 +0900 |
commit | 5cbb33abd3750f81d9c22bfe0781ab22f780bc28 (patch) | |
tree | beec451827adbce3c36ee45e3a8da43f127f3235 | |
parent | 6a3a45c4f7a4cc3eb33e3636d69853bfd1e357a4 (diff) | |
download | bluetooth-5cbb33abd3750f81d9c22bfe0781ab22f780bc28.tar.gz bluetooth-5cbb33abd3750f81d9c22bfe0781ab22f780bc28.tar.bz2 bluetooth-5cbb33abd3750f81d9c22bfe0781ab22f780bc28.zip |
update header for Doxygen
Change-Id: I30e6554ac0f6fcd5a57839d23ec19bfa3788774e
-rwxr-xr-x | inc/FNetBtBluetoothHealth.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothManager.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppClient.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppServer.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppAcceptor.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppInitiator.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h index e2aac67..0e335c9 100755 --- a/inc/FNetBtBluetoothHealth.h +++ b/inc/FNetBtBluetoothHealth.h @@ -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); diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h index 7f2d285..1999c50 100755 --- a/inc/FNetBtBluetoothManager.h +++ b/inc/FNetBtBluetoothManager.h @@ -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); diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h index 7ab92ff..522b46d 100755 --- a/inc/FNetBtBluetoothOppClient.h +++ b/inc/FNetBtBluetoothOppClient.h @@ -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); diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h index ec3fed0..786fd1e 100755 --- a/inc/FNetBtBluetoothOppServer.h +++ b/inc/FNetBtBluetoothOppServer.h @@ -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); diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h index a8b8049..3cc96ac 100755 --- a/inc/FNetBtBluetoothSppAcceptor.h +++ b/inc/FNetBtBluetoothSppAcceptor.h @@ -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); diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h index 2a8f6d0..333c585 100755 --- a/inc/FNetBtBluetoothSppInitiator.h +++ b/inc/FNetBtBluetoothSppInitiator.h @@ -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); |