Fix wrong doc 83/172783/2
authorInkyun Kil <inkyun.kil@samsung.com>
Fri, 16 Mar 2018 01:59:42 +0000 (10:59 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 16 Mar 2018 02:38:23 +0000 (11:38 +0900)
Change-Id: I064e07db97905183d114c044295652274e160283
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
doc/rpc-port_doc.h
include/rpc-port.h

index 2c1cf87d45d6cd4ea4a7862ccfb056334c9fbb00..a0352693112d700606707ae4414a012d583ffa72 100644 (file)
@@ -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 <rpc-port-parcel.h>
  *
index 14983bff412c63da4a901e5ef8f1cf902190dab3..b3afaadcda77f1a35d6fc225375ceefe6f935cd0 100755 (executable)
@@ -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);