fixed deprecated enum comment.
authordukan.kim <dukan.kim@samsung.com>
Thu, 13 Jun 2013 10:27:42 +0000 (19:27 +0900)
committerdukan.kim <dukan.kim@samsung.com>
Thu, 13 Jun 2013 10:27:42 +0000 (19:27 +0900)
Change-Id: I93782fce3b811709a7995a754546bc844dfa8c03
Signed-off-by: dukan.kim <dukan.kim@samsung.com>
inc/FNetBtBluetoothTypes.h

index 4d82e93..51b250c 100755 (executable)
@@ -70,8 +70,8 @@ enum BluetoothDiscoverableMode
  */
 enum BluetoothConnectionType
 {
-       BT_CONNECTION_GENERIC,              /**< The GENERIC CONNECTION
-                                            *   @if OSPDEPREC
+       BT_CONNECTION_GENERIC,              /**< @if OSPDEPREC
+                                            *   The GENERIC CONNECTION
                                             *   @deprecated    This enum field is deprecated.
                                             *   @endif
                                             */
@@ -215,12 +215,11 @@ enum BluetoothServiceType
        BT_SVC_DID_SERVICE = 0x04000000,           /**< The device identification profile service type      */
        BT_SVC_HDP_SERVICE = 0x08000000,           /**< The health device profile service type              */
        BT_SVC_MAP_SERVICE = 0x10000000,           /**< The message access profile service type             */
-       BT_SVC_ALL_SERVICE = 0x01FFFFFF,           /**< The All-services-supported-by-BTA service type
-                                                   *   @if OSPDEPREC
+       BT_SVC_ALL_SERVICE = 0x01FFFFFF,           /**< @if OSPDEPREC
+                                                   *   The All-services-supported-by-BTA service type
                                                    *   @deprecated    This enum field is deprecated.
                                                    *   @endif
-
-                                                */
+                                                   */
        BT_SVC_NONE = 0                            /**< The No service or unknown service type              */
 };