Remove reference warnings 54/89254/2 accepted/tizen/common/20160928.164128 accepted/tizen/ivi/20160929.081225 accepted/tizen/mobile/20160929.081116 accepted/tizen/tv/20160929.081200 accepted/tizen/wearable/20160929.081034 submit/tizen/20160928.053415
authorhyunuktak <hyunuk.tak@samsung.com>
Fri, 23 Sep 2016 01:36:38 +0000 (10:36 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Fri, 23 Sep 2016 01:42:35 +0000 (10:42 +0900)
Change-Id: Id4ea2516a083f09785b3e083499172d82943072f
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
doc/wifi_doc.h
include/wifi.h
packaging/capi-network-wifi.spec

index 584dc92..ad12a20 100755 (executable)
  *
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  *
- * More details on using features in your application can be found in the <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.
+ * More details on using features in your application can be found in the <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
  *
  */
 
index d328dcd..ce3e615 100755 (executable)
@@ -609,7 +609,7 @@ int wifi_scan(wifi_scan_finished_cb callback, void *user_data) TIZEN_DEPRECATED_
 /**
  * @deprecated Deprecated since 3.0. Use wifi_manager_scan_specific_ap() instead.
  * @brief Starts specific ap scan, asynchronously.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/network.set \n
  *               %http://tizen.org/privilege/network.get
@@ -667,7 +667,7 @@ int wifi_foreach_found_aps(wifi_found_ap_cb callback, void *user_data) TIZEN_DEP
 /**
  * @deprecated Deprecated since 3.0. Use wifi_manager_foreach_found_specific_ap() instead.
  * @brief Gets the result of specific ap scan.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/network.get
  * @param[in] callback  The callback to be called
@@ -2055,7 +2055,7 @@ int wifi_config_set_eap_ca_cert_file(wifi_config_h config, const char* ca_cert)
  * @deprecated Deprecated since 3.0. Use wifi_manager_config_get_eap_client_cert_file() instead.
  * @brief Gets access point client cert file from configuration.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remarks You must release @a client_crt using free().
+ * @remarks You must release @a client_cert using free().
  *
  * @param[in] config           The access point configuration handle
  * @param[out] client_cert     The certification authority(CA) certificates file of access point
index 23bdd57..9005f0e 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-wifi
 Summary:       Network Wi-Fi library in TIZEN C API
-Version:       1.0.80
+Version:       1.0.81
 Release:       1
 Group:         System/Network
 License:       Apache-2.0