From 5cbb33abd3750f81d9c22bfe0781ab22f780bc28 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Fri, 12 Apr 2013 18:46:00 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I30e6554ac0f6fcd5a57839d23ec19bfa3788774e --- inc/FNetBtBluetoothHealth.h | 4 ++-- inc/FNetBtBluetoothManager.h | 4 ++-- inc/FNetBtBluetoothOppClient.h | 4 ++-- inc/FNetBtBluetoothOppServer.h | 4 ++-- inc/FNetBtBluetoothSppAcceptor.h | 4 ++-- 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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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); -- 2.7.4