Resolved Native API Reference issues for liboauth2 40/216740/1 accepted/tizen/unified/20191104.115010 submit/tizen/20191104.063845
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 31 Oct 2019 10:52:52 +0000 (16:22 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 31 Oct 2019 10:53:33 +0000 (16:23 +0530)
Change-Id: Ic9ea8d5a7c3ad04e223f3a1ef65d8b2a6e26f68c
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
include/oauth2_manager.h
include/oauth2_request.h

index 78b855a12c4f5b3e3c08f68ba054e05ead8269ec..a702f5d1962daa156e1687f822b09e3e33f85c3a 100755 (executable)
@@ -52,7 +52,7 @@ extern "C" {
 typedef struct oauth2_manager_s *oauth2_manager_h;
 
 /**
- * @brief Creates oauth2_manager_h handle.
+ * @brief Creates #oauth2_manager_h handle.
  * @remarks The @a handle must be released using oauth2_manager_destroy().
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -69,7 +69,7 @@ typedef struct oauth2_manager_s *oauth2_manager_h;
 OAUTH2_API int oauth2_manager_create(oauth2_manager_h *handle);
 
 /**
- * @brief Destroys oauth2_manager_h handle.
+ * @brief Destroys #oauth2_manager_h handle.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param[in] handle The oauth2 manager handle
index b71f381d671ecc430421be833a14c1395f80a4d9..04d2128cce0726f1852fedddf5223da32b60e0d9 100755 (executable)
@@ -44,7 +44,7 @@ extern "C" {
 typedef struct oauth2_request_s *oauth2_request_h;
 
 /**
- * @brief Creates oauth2_request_h handle.
+ * @brief Creates #oauth2_request_h handle.
  * @details The handle must be freed via oauth2_request_destroy().
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
@@ -60,7 +60,7 @@ typedef struct oauth2_request_s *oauth2_request_h;
 OAUTH2_API int oauth2_request_create(oauth2_request_h *handle);
 
 /**
- * @brief Destroys oauth2_request_h handle.
+ * @brief Destroys #oauth2_request_h handle.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @param[in] handle The oauth2_request handle to destroy
@@ -394,7 +394,6 @@ OAUTH2_API int oauth2_request_get_redirection_url(oauth2_request_h handle, char
 /**
  * @brief Gets refresh token end point URL.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @privlevel public
  *
  * @remarks You must not release @a url using free().
  * @param[in] handle The request handle