From 0bd0d79c50d169194ee8c992b25ec19e81d37728 Mon Sep 17 00:00:00 2001 From: "kyeongwoo.lee" Date: Wed, 17 Apr 2013 14:56:31 +0900 Subject: [PATCH] update doxygen Change-Id: I280f7544bcc181023b61737ad7039f920a237588 --- inc/FShellNotificationRequest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/FShellNotificationRequest.h b/inc/FShellNotificationRequest.h index 473478b..7ae3403 100644 --- a/inc/FShellNotificationRequest.h +++ b/inc/FShellNotificationRequest.h @@ -375,7 +375,7 @@ public: * @return An error code * @param[in] pTextList A list of detail information text * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_ARG The specified @c textList is empty or the length of individual text is greater than Shell::MAX_NOTIFICATION_MESSAGE_LENGTH. + * @exception E_INVALID_ARG The specified @c pTextList is empty or the length of individual text is greater than Shell::MAX_NOTIFICATION_MESSAGE_LENGTH. * @remarks This information is only meaningful when the notification style is Shell::NOTIFICATION_STYLE_NORMAL. @n * Use the tab(\\t) character to separate the columns. */ @@ -420,7 +420,7 @@ public: * @return An error code * @param[in] notificationCountText The event count text * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_ARG The specified @c eventCountText is empty or the length of @c eventCountText is greater than Shell::MAX_NOTIFICATION_MESSAGE_LENGTH. + * @exception E_INVALID_ARG The specified @c notificationCountText is empty or the length of @c notificationCountText is greater than Shell::MAX_NOTIFICATION_MESSAGE_LENGTH. * @remarks This information is only meaningful when the notification style is Shell::NOTIFICATION_STYLE_NORMAL. */ result SetNotificationCountText(const Tizen::Base::String& notificationCountText); -- 2.7.4