Modify the API reference documentation
authorHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 29 May 2017 10:45:47 +0000 (19:45 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Mon, 29 May 2017 10:50:04 +0000 (19:50 +0900)
Change-Id: Iaf661ba654e22aae6719304d1d76a66c03fa9139
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs

index 8411a30..98c5218 100755 (executable)
@@ -371,6 +371,8 @@ namespace Tizen.Network.Bluetooth
             service.SetParent(this);
         }
 
+        /// <summary>
+        /// Gets included service
         /// </summary>
         /// <param name="uuid">UUID for the service to get</param>
         /// <returns>service with given uuid if it exists, null otherwise</returns>
index 380fccf..9d7da13 100644 (file)
@@ -242,10 +242,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         /// Get service uuids list from the Le scan result information
         /// </summary>
+        /// <value> Gets list of string service uuids.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns list of string service uuids.
         public IEnumerable<string> ServiceUuid
         {
             get
@@ -262,10 +262,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         /// Get device name from the Le scan result information
         /// </summary>
+        /// <value> Gets device name.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns>  Returns device name.
         public string DeviceName
         {
             get
@@ -281,10 +281,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         ///  Get transmission power level from the Le scan result information
         /// </summary>
+        /// <value> Gets the transmission power level in dB.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns the transmission power level in dB.
         public int TxPowerLevel
         {
             get
@@ -300,10 +300,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         /// Get service solicitation uuid list from the scan result information
         /// </summary>
+        /// <value> Gets list of service solicitation uuids.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns list of service solicitation uuids.
         public IEnumerable<string> ServiceSolictationUuid
         {
             get
@@ -318,10 +318,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         /// Gets the manufacturer data from the scan result information
         /// </summary>
+        /// <value> Gets the appearance value.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns the appearance value.
         public int Appearance
         {
             get
@@ -336,10 +336,10 @@ namespace Tizen.Network.Bluetooth {
         /// <summary>
         /// Gets the manufacturer data from the scan result information
         /// </summary>
+        /// <value> Gets the manufacturer data containing the manucturer data and id information.</value>
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns the manufacturer data containing the manucturer data and id information.
         public ManufacturerData ManufacturerData
         {
             get
@@ -358,7 +358,7 @@ namespace Tizen.Network.Bluetooth {
         /// <remarks>
         /// The Bluetooth must be enabled.
         /// </remarks>
-        /// <returns> Returns the  service data list.
+        /// <returns> Returns the  service data list.</returns>
         public IEnumerable<BluetoothLeServiceData> GetServiceDataList()
         {
             int serviceCount = 0;