From 08ea143c000ad9c5ce9aede1b6ed7a5a24dde7c4 Mon Sep 17 00:00:00 2001 From: "sandipan.p" Date: Mon, 27 Jul 2015 14:49:10 +0530 Subject: [PATCH] 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 --- resource/csdk/connectivity/inc/caleadapter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); -- 2.7.4