From ce769775434ba97b6f99ef2dfedc0605e2fa7be9 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 20 Apr 2018 13:49:09 +0900 Subject: [PATCH] Update doxygen for ip config type Change-Id: I0e333b36dd89cac304589369209c235255f312b8 --- include/connection_profile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/connection_profile.h b/include/connection_profile.h index ac451d3..8b59edc 100755 --- a/include/connection_profile.h +++ b/include/connection_profile.h @@ -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, -- 2.7.4