Fix warnings when generating 3.0 API reference 65/109165/1 accepted/tizen/3.0/common/20170109.200013 accepted/tizen/3.0/ivi/20170109.074810 accepted/tizen/3.0/mobile/20170109.074714 accepted/tizen/3.0/tv/20170109.074730 accepted/tizen/3.0/wearable/20170109.074748 submit/tizen_3.0/20170109.061229
authorYu Jiung <jiung.yu@samsung.com>
Mon, 9 Jan 2017 06:01:04 +0000 (15:01 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Mon, 9 Jan 2017 06:01:28 +0000 (15:01 +0900)
Change-Id: I6c2d05301cff086b62f496293e3e2c9930fde0d3
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
include/wifi-direct.h
packaging/capi-network-wifi-direct.spec

index 284a0f6..fabeba3 100755 (executable)
@@ -392,7 +392,7 @@ typedef void (*wifi_direct_device_state_changed_cb) (int error_code, wifi_direct
  *          #WIFI_DIRECT_ERROR_NONE
  *          #WIFI_DIRECT_ERROR_OPERATION_FAILED
  *          #WIFI_DIRECT_ERROR_NOT_PERMITTED
- *          #WIFI_DIRECT_ERROR_CONNECTOIN_FAILED
+ *          #WIFI_DIRECT_ERROR_CONNECTION_FAILED
  * @since_tizen 2.3
  * @param[in] error_code The error code
  * @param[in] connection_state The connection state
@@ -2254,7 +2254,7 @@ int wifi_direct_set_display_availability(bool availability);
  * @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
+ *                  if there's Wi-Fi Direct information, this will be NULL
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE Successful
@@ -2279,7 +2279,7 @@ int wifi_direct_get_peer_display_type(char *mac_address, wifi_direct_display_typ
  * @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
+ *                          if there's Wi-Fi Direct information, this will be NULL
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE Successful
@@ -2304,7 +2304,7 @@ int wifi_direct_get_peer_display_availability(char *mac_address, bool *availabil
  * @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
+ *                  if there's Wi-Fi Direct information, this will be NULL
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE Successful
@@ -2329,7 +2329,7 @@ int wifi_direct_get_peer_display_hdcp(char *mac_address, int *hdcp);
  * @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
+ *                  if there's Wi-Fi Direct information, this will be NULL
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE Successful
@@ -2354,7 +2354,7 @@ int wifi_direct_get_peer_display_port(char *mac_address, int *port);
  * @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
+ *                        if there's Wi-Fi Direct information, this will be NULL
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #WIFI_DIRECT_ERROR_NONE Successful
index 0051d3e..ea8b87d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-wifi-direct
 Summary:    Network WiFi-Direct Library
-Version:    1.2.76
+Version:    1.2.77
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0