From: sandipan.p Date: Mon, 27 Jul 2015 09:19:10 +0000 (+0530) Subject: Doxygen: Statement end with period ('.') X-Git-Tag: 1.2.0+RC1~1333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08ea143c000ad9c5ce9aede1b6ed7a5a24dde7c4;p=platform%2Fupstream%2Fiotivity.git Doxygen: Statement end with period ('.') Change-Id: Ie023e6be66c739c701509a6365237e659205d6d3 Signed-off-by: sandipan.p Reviewed-on: https://gerrit.iotivity.org/gerrit/1934 Tested-by: jenkins-iotivity Reviewed-by: Abhishek Sharma Reviewed-by: Abhishek Pandey Reviewed-by: Jon A. Cruz --- diff --git a/resource/csdk/connectivity/inc/caleadapter.h b/resource/csdk/connectivity/inc/caleadapter.h index 0d2ff9b..f03eb7f 100644 --- a/resource/csdk/connectivity/inc/caleadapter.h +++ b/resource/csdk/connectivity/inc/caleadapter.h @@ -357,10 +357,10 @@ CAResult_t CAInitLEClientSenderQueue(); * the queue to process the function CABLEDataReceiverHandler() when ever the task * is added to this queue. * - * @return ::CA_STATUS_OK or Appropriate error code - * @retval ::CA_STATUS_OK Successful - * @retval ::CA_STATUS_INVALID_PARAM Invalid input argumets - * @retval ::CA_STATUS_FAILED Operation failed + * @return ::CA_STATUS_OK or Appropriate error code. + * @retval ::CA_STATUS_OK Successful. + * @retval ::CA_STATUS_INVALID_PARAM Invalid input argumets. + * @retval ::CA_STATUS_FAILED Operation failed. * */ CAResult_t CAInitLEReceiverQueue();