diff options
author | Minkyoung Kang <mklove.kang@samsung.com> | 2013-03-21 16:56:25 +0900 |
---|---|---|
committer | Minkyoung Kang <mklove.kang@samsung.com> | 2013-03-21 16:56:25 +0900 |
commit | 67f74215b8ed53d1df35ff9f759ae29bfa2b9b18 (patch) | |
tree | 4a799109aeb92c6533e2540e675b3ba7231c7daa | |
parent | a7dacf713d7966929cc4de598c5fefd01c2a1e81 (diff) | |
download | bluetooth-67f74215b8ed53d1df35ff9f759ae29bfa2b9b18.tar.gz bluetooth-67f74215b8ed53d1df35ff9f759ae29bfa2b9b18.tar.bz2 bluetooth-67f74215b8ed53d1df35ff9f759ae29bfa2b9b18.zip |
add % before the privilege tag not to link to the linkage page
Change-Id: Ib0c9e1fc34aaebfc7a5fb78c64bc9e162bdf21b2
-rwxr-xr-x | inc/FNetBtBluetoothHealth.h | 10 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothManager.h | 20 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppClient.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppServer.h | 10 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppAcceptor.h | 14 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppInitiator.h | 8 |
6 files changed, 33 insertions, 33 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h index 5b7fd26..4c6002c 100755 --- a/inc/FNetBtBluetoothHealth.h +++ b/inc/FNetBtBluetoothHealth.h @@ -99,7 +99,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.health + * @privilege %http://tizen.org/privilege/bluetooth.health * * @return An error code * @param[in] dataType The type of data used in communication which is defined in ISO/IEEE @@ -124,7 +124,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.health + * @privilege %http://tizen.org/privilege/bluetooth.health * * @return An error code * @exception E_SUCCESS The method is successful. @@ -143,7 +143,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.health + * @privilege %http://tizen.org/privilege/bluetooth.health * * @return An error code * @param[in] remoteDevice The remote device to connect @@ -168,7 +168,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.health + * @privilege %http://tizen.org/privilege/bluetooth.health * * @return An error code * @param[in] channelId The ID of the specified channel to disconnect. @n @@ -189,7 +189,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.health + * @privilege %http://tizen.org/privilege/bluetooth.health * * @return An error code * @param[in] channelId The ID of the specified channel on which the data is sent. @n diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h index 631dab0..dd7fe99 100755 --- a/inc/FNetBtBluetoothManager.h +++ b/inc/FNetBtBluetoothManager.h @@ -97,7 +97,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.admin + * @privilege %http://tizen.org/privilege/bluetooth.admin * * @return An error code * @exception E_SUCCESS The method is successful. @@ -117,7 +117,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.admin + * @privilege %http://tizen.org/privilege/bluetooth.admin * * @return An error code * @exception E_SUCCESS The method is successful. @@ -282,7 +282,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.admin + * @privilege %http://tizen.org/privilege/bluetooth.admin * * @return An error code * @param[in] deviceName The new device name. @n @@ -301,7 +301,7 @@ public: * * @since 2.0 * @privlevel platform - * @privilege http://tizen.org/privilege/bluetoothmanager + * @privilege %http://tizen.org/privilege/bluetoothmanager * * @return An error code * @param[in] mode The new discoverable mode @@ -459,7 +459,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @exception E_SUCCESS The method is successful. @@ -479,7 +479,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @exception E_SUCCESS The method is successful. @@ -498,7 +498,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @param[in] pairedDevice A remote device that is already paired with the local device @@ -520,7 +520,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @param[in] remoteDevice The remote %Bluetooth device to pair with @@ -541,7 +541,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @exception E_SUCCESS The method is successful. @@ -564,7 +564,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.gap + * @privilege %http://tizen.org/privilege/bluetooth.gap * * @return An error code * @param[in] pairedDevice The paired device to unpair diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h index 52091e0..23f9e44 100755 --- a/inc/FNetBtBluetoothOppClient.h +++ b/inc/FNetBtBluetoothOppClient.h @@ -99,7 +99,7 @@ public: * For more information, see @ref CompIoPathPage "here". * @endif * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @param[in] remoteDevice The remote OPP server @@ -129,7 +129,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @exception E_SUCCESS The method is successful. diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h index c3ff2d0..78c524f 100755 --- a/inc/FNetBtBluetoothOppServer.h +++ b/inc/FNetBtBluetoothOppServer.h @@ -91,7 +91,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -113,7 +113,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -165,7 +165,7 @@ public: * For more information, see @ref CompIoPathPage "here". * @endif * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @param[in] dstPath The new destination file path @@ -189,7 +189,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -211,7 +211,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.opp + * @privilege %http://tizen.org/privilege/bluetooth.opp * * @return An error code * @exception E_SUCCESS The method is successful. diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h index 82606d2..943ec96 100755 --- a/inc/FNetBtBluetoothSppAcceptor.h +++ b/inc/FNetBtBluetoothSppAcceptor.h @@ -92,7 +92,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -114,7 +114,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -136,7 +136,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -156,7 +156,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @param[in] serviceUuid The UUID of SPP service @@ -179,7 +179,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -199,7 +199,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -222,7 +222,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @param[in] buffer The data to send. @n diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h index 8f59e75..6f51128 100755 --- a/inc/FNetBtBluetoothSppInitiator.h +++ b/inc/FNetBtBluetoothSppInitiator.h @@ -93,7 +93,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @param[in] remoteDevice The remote device to connect @@ -120,7 +120,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @param[in] remoteDevice The remote device to connect @@ -152,7 +152,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @exception E_SUCCESS The method is successful. @@ -174,7 +174,7 @@ public: * * @since 2.0 * @privlevel public - * @privilege http://tizen.org/privilege/bluetooth.spp + * @privilege %http://tizen.org/privilege/bluetooth.spp * * @return An error code * @param[in] buffer The data to send. @n |