From 63c85fc46a96a466aecf471eac81feff1d8e76cc Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Tue, 25 Apr 2017 17:31:49 +0900 Subject: [PATCH] Add error description to doxygen Change-Id: If87db8338ea2d654a659f2070dfd6cf3888f1126 Signed-off-by: cheoleun --- include/net_connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net_connection.h b/include/net_connection.h index ae22d41..2e0c5a3 100755 --- a/include/net_connection.h +++ b/include/net_connection.h @@ -285,6 +285,7 @@ typedef enum { * @retval #CONNECTION_ERROR_NONE Successful * @retval #CONNECTION_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CONNECTION_ERROR_OUT_OF_MEMORY Out of memory + * @retval #CONNECTION_ERROR_PERMISSION_DENIED Permission denied * @see connection_destroy() */ int connection_create(connection_h* connection); -- 2.7.4