Add description of iotcon_qos_e 06/57706/1
authorsung.goo.kim <sung.goo.kim@samsung.com>
Fri, 22 Jan 2016 02:31:25 +0000 (11:31 +0900)
committersung.goo.kim <sung.goo.kim@samsung.com>
Fri, 22 Jan 2016 02:31:25 +0000 (11:31 +0900)
Change-Id: I96da670122c20e86775e5054ab59c075ae734df2

lib/include/iotcon-constant.h

index 7ff066efe63e9278ac5c39a02e79bc77c970d0bf..b1eb6b7aa8d2086a37ae6c2885301e8ae66861c4 100644 (file)
@@ -225,8 +225,8 @@ typedef enum {
  * @since_tizen 3.0
  */
 typedef enum {
-       IOTCON_QOS_LOW,
-       IOTCON_QOS_HIGH,
+       IOTCON_QOS_LOW, /**< Indicates low quality of service */
+       IOTCON_QOS_HIGH, /**< Indicates high quality of service  */
 } iotcon_qos_e;