fix API doc for eliminating warning message and typo 36/89336/1
authorIckhee Woo <ickhee.woo@samsung.com>
Fri, 23 Sep 2016 06:36:45 +0000 (15:36 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 23 Sep 2016 06:36:45 +0000 (15:36 +0900)
Change-Id: I12ab32fefdaac7f210852443bfa09ac4a8425272
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
include/oauth2_request.h
include/oauth2_response.h

index bb060c7a7b7c4e93263ae1af67bf8cdcdc15298d..b0131b091e079a5697619f1e641609be87b0785f 100755 (executable)
@@ -270,7 +270,7 @@ OAUTH2_API int oauth2_request_set_grant_type(oauth2_request_h handle, oauth2_gra
  * @privlevel public
  *
  * @param[in] handle The request handle.
- * @param[in] authorization_code The authorization code.
+ * @param[in] code The authorization code.
  *
  * @return     @c 0 on success,
  *             otherwise a negative error value
@@ -406,7 +406,7 @@ OAUTH2_API int oauth2_request_get_redirection_url(oauth2_request_h handle, char
 OAUTH2_API int oauth2_request_get_refresh_token_url(oauth2_request_h handle, char **url);
 
 /**
- * @brief Sets refresh token.
+ * @brief Gets refresh token.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @privlevel public
  *
@@ -532,7 +532,7 @@ OAUTH2_API int oauth2_request_get_state(oauth2_request_h handle, char **state);
 OAUTH2_API int oauth2_request_get_grant_type(oauth2_request_h handle, oauth2_grant_type_e *grant_type);
 
 /**
- * @brief Get authorization code.
+ * @brief Gets authorization code.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @privlevel public
  *
index 894bcd545e9db2db8af8904e31c55d5cb1e2ab3c..d51df7de3f39315b3995fb1bb3328be16f55f6c0 100755 (executable)
@@ -197,7 +197,7 @@ OAUTH2_API int oauth2_response_get_scope(oauth2_response_h handle, char **scope)
  * @retval     #OAUTH2_ERROR_INVALID_PARAMETER  Invalid parameter
  * @retval     #OAUTH2_ERROR_VALUE_NOT_FOUND    Value not found
  *
- * @see @oauth2_error_h
+ * @see oauth2_error_h
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 OAUTH2_API int oauth2_response_get_error(oauth2_response_h handle, oauth2_error_h *error);