From: Inkyun Kil Date: Fri, 16 Mar 2018 01:59:42 +0000 (+0900) Subject: Fix wrong doc X-Git-Tag: submit/tizen/20180320.052211~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efdfba5964d0cf3a7677288c32c9eeba6f5319b6;p=platform%2Fcore%2Fappfw%2Frpc-port.git Fix wrong doc Change-Id: I064e07db97905183d114c044295652274e160283 Signed-off-by: Inkyun Kil --- diff --git a/doc/rpc-port_doc.h b/doc/rpc-port_doc.h index 2c1cf87..a035269 100644 --- a/doc/rpc-port_doc.h +++ b/doc/rpc-port_doc.h @@ -33,7 +33,7 @@ /** * @ingroup CAPI_RPC_PORT_MODULE * @defgroup CAPI_RPC_PORT_PARCEL_MODULE RPC Port Parcel - * @brief The @ref CAPI_RPC_PORT_PRCEL_MODULE API provides functions to make parcel data + * @brief The @ref CAPI_RPC_PORT_PARCEL_MODULE API provides functions to make parcel data * @section CAPI_PACKAGE_INFO_MODULE_HEADER Required Header * \#include * diff --git a/include/rpc-port.h b/include/rpc-port.h index 14983bf..b3afaad 100755 --- a/include/rpc-port.h +++ b/include/rpc-port.h @@ -32,7 +32,7 @@ extern "C" { /** * @brief Enumeration for error codes of a rpc port. - * @since_tizen 4.0 + * @since_tizen 5.0 */ typedef enum { RPC_PORT_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ @@ -146,6 +146,7 @@ typedef void *rpc_port_proxy_h; * @return @c 0 on success, * otherwise a negative error value * @retval #RPC_PORT_ERROR_NONE Successful + * @retval #RPC_PORT_ERROR_INVALID_PARAMETER The specified @a h is NULL * @see rpc_port_proxy_destroy() */ int rpc_port_proxy_create(rpc_port_proxy_h *h);