Remove reference warning 66/89266/1 accepted/tizen/common/20160928.164145 accepted/tizen/ivi/20160929.081230 accepted/tizen/mobile/20160929.081123 accepted/tizen/tv/20160929.081206 accepted/tizen/wearable/20160929.081047 submit/tizen/20160928.053415
authorchleun.moon <chleun.moon@samsung.com>
Fri, 23 Sep 2016 02:03:35 +0000 (11:03 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Fri, 23 Sep 2016 02:03:55 +0000 (11:03 +0900)
Change-Id: Iec9b6be8c6dc10047a7ceb57bb7e33ea070a9735
Signed-off-by: cheoleun <chleun.moon@samsung.com>
include/wifi-direct.h

index 8c6b618..bf2b0e3 100644 (file)
@@ -385,7 +385,7 @@ typedef void (*wifi_direct_device_state_changed_cb) (int error_code,
  *     #WIFI_DIRECT_ERROR_NONE
  *     #WIFI_DIRECT_ERROR_OPERATION_FAILED
  *     #WIFI_DIRECT_ERROR_NOT_PERMITTED
- *     #WIFI_DIRECT_ERROR_CONNECTOIN_FAILED
+ *     #WIFI_DIRECT_ERROR_CONNECTION_FAILED
  * @param[in] error_code  The error code
  * @param[in] connection_state  The connection state
  * @param[in] mac_address  The MAC address of the connection peer
@@ -2090,8 +2090,8 @@ int wifi_direct_set_display_availability(bool availability);
  * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @param[in] mac_address  MAC Address of the PEER
- * @param[out] type  The information of a peer's Wi-Fi Display device type
- * @if there's Wi-Fi Direct information, this will be NULL
+ * @param[out] type  The information of a peer's Wi-Fi Display device type.
+ * If there's no Wi-Fi Direct information, this will be NULL
  * @return 0 on success, otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE  Successful
  * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER  Invalid parameter
@@ -2113,8 +2113,8 @@ int wifi_direct_get_peer_display_type(char *mac_address, wifi_direct_display_typ
  * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @param[in] mac_address  MAC Address of the PEER
- * @param[out] availability  The information of a peer's Wi-Fi Display session availability
- * @if there's Wi-Fi Direct information, this will be NULL
+ * @param[out] availability  The information of a peer's Wi-Fi Display session availability.
+ * If there's no Wi-Fi Direct information, this will be NULL
  * @return 0 on success, otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE  Successful
  * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER  Invalid parameter
@@ -2136,8 +2136,8 @@ int wifi_direct_get_peer_display_availability(char *mac_address, bool *availabil
  * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @param[in] mac_address  MAC Address of the PEER
- * @param[out] hdcp  The information of a peer's Wi-Fi Display HDCP support
- * @if there's Wi-Fi Direct information, this will be NULL
+ * @param[out] hdcp  The information of a peer's Wi-Fi Display HDCP support.
+ * If there's no Wi-Fi Direct information, this will be NULL
  * @return 0 on success, otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE  Successful
  * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER  Invalid parameter
@@ -2159,8 +2159,8 @@ int wifi_direct_get_peer_display_hdcp(char *mac_address, int *hdcp);
  * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @param[in] mac_address  MAC Address of the PEER
- * @param[out] port  The information of a peer's Wi-Fi Display RTSP control port
- * @if there's Wi-Fi Direct information, this will be NULL
+ * @param[out] port  The information of a peer's Wi-Fi Display RTSP control port.
+ * If there's no Wi-Fi Direct information, this will be NULL
  * @return 0 on success, otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE  Successful
  * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER  Invalid parameter
@@ -2182,8 +2182,8 @@ int wifi_direct_get_peer_display_port(char *mac_address, int *port);
  * @privlevel public
  * @privilege http://tizen.org/privilege/wifidirect
  * @param[in] mac_address  MAC Address of the PEER
- * @param[out] throughput  The information of a peer's Wi-Fi Display max throughput (Mbps)
- * @if there's Wi-Fi Direct information, this will be NULL
+ * @param[out] throughput  The information of a peer's Wi-Fi Display max throughput (Mbps).
+ * If there's no Wi-Fi Direct information, this will be NULL
  * @return 0 on success, otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE  Successful
  * @retval #WIFI_DIRECT_ERROR_INVALID_PARAMETER  Invalid parameter