fix api doc for in,out param 64/89564/1 accepted/tizen/3.0/ivi/20161011.044348 accepted/tizen/3.0/mobile/20161015.033542 accepted/tizen/3.0/wearable/20161015.083246 accepted/tizen/common/20160928.163748 accepted/tizen/ivi/20160929.001836 accepted/tizen/mobile/20160929.001717 accepted/tizen/wearable/20160929.001824 submit/tizen/20160928.025004 submit/tizen_3.0_ivi/20161010.000003 submit/tizen_3.0_mobile/20161015.000003 submit/tizen_3.0_wearable/20161015.000003
authorIckhee Woo <ickhee.woo@samsung.com>
Mon, 26 Sep 2016 05:07:46 +0000 (14:07 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Mon, 26 Sep 2016 05:07:46 +0000 (14:07 +0900)
Change-Id: I0af8f82bf4c01d3c4418da6334e95b13720cfc62
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
include/mobile/account.h
include/wearable/account.h

index f55c782..935bb19 100644 (file)
@@ -1645,7 +1645,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
  * @privlevel     public
  * @privilege     %http://tizen.org/privilege/account.read
  * @param[in]     app_id        The application ID to search
- * @param[inout] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
+ * @param[in,out] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
index dd1e63a..e132c06 100644 (file)
@@ -1547,7 +1547,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
  * @privlevel     public
  * @privilege     %http://tizen.org/privilege/account.read
  * @param[in]     app_id        The application ID to search
- * @param[inout] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
+ * @param[in,out] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
 
  *
  * @return  @c 0 on success,