Modified error of API reference 88/130388/1
authortaesub kim <taesub.kim@samsung.com>
Mon, 22 May 2017 07:16:49 +0000 (16:16 +0900)
committertaesub kim <taesub.kim@samsung.com>
Mon, 22 May 2017 07:16:58 +0000 (16:16 +0900)
Change-Id: Ice30e501e29c0805fcb0c73a68ff1dae8aacf8a6
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/wifi-manager.h

index ddfcb12..096a7a3 100755 (executable)
@@ -258,13 +258,13 @@ typedef enum {
 
 } wifi_manager_ip_config_type_e;
 
-/*
+/**
  * @brief Enumeration for DNS Configuration type.
  * @since_tizen 4.0
  */
 typedef enum {
        WIFI_MANAGER_DNS_CONFIG_TYPE_NONE = 0,     /**< Not defined */
-       WIFI_MANAGER_DNS_CONFIG_TYPE_STATIC = 1,  /**< Manual DNS configuration */
+       WIFI_MANAGER_DNS_CONFIG_TYPE_STATIC = 1,   /**< Manual DNS configuration */
        WIFI_MANAGER_DNS_CONFIG_TYPE_DYNAMIC = 2,  /**< Config DNS using DHCP client*/
 } wifi_manager_dns_config_type_e;
 
@@ -375,7 +375,7 @@ typedef enum {
 
 /**
  * @brief Enumeration for Wi-Fi disconnect reason, provided by the supplicant.
- * @since_tizen 4.0 @endif
+ * @since_tizen 4.0
  */
 typedef enum {
        /**
@@ -1902,7 +1902,7 @@ int wifi_manager_ap_set_gateway_address(wifi_manager_ap_h ap,
  *          This function is supported only for IPv4 address family.
  * @param[in] ap                The access point handle
  * @param[in] address_family    The address family
- * @param[out] server_address   The DHCP server address
+ * @param[out] dhcp_server      The DHCP server address
  * @return 0 on success, otherwise negative error value
  * @retval #WIFI_MANAGER_ERROR_NONE                 Successful
  * @retval #WIFI_MANAGER_ERROR_INVALID_PARAMETER    Invalid parameter