Update doxygen for ip config type 69/176569/1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 20 Apr 2018 04:49:09 +0000 (13:49 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 20 Apr 2018 04:49:14 +0000 (13:49 +0900)
Change-Id: I0e333b36dd89cac304589369209c235255f312b8

include/connection_profile.h

index ac451d3..8b59edc 100755 (executable)
@@ -172,7 +172,7 @@ typedef enum {
        CONNECTION_IP_CONFIG_TYPE_STATIC  = 1,
 
        /**
-        * Config IP using DHCP client
+        * Config IP using DHCP client (IPv4 Only)
         */
        CONNECTION_IP_CONFIG_TYPE_DYNAMIC = 2,
 
@@ -182,7 +182,7 @@ typedef enum {
        CONNECTION_IP_CONFIG_TYPE_AUTO = 3,
 
        /**
-        * Indicates an IP address that can not be modified
+        * Indicates an IP address that can not be modified (IPv4 Only)
         */
        CONNECTION_IP_CONFIG_TYPE_FIXED = 4,