update doxygen
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 17 Apr 2013 05:56:31 +0000 (14:56 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 17 Apr 2013 05:56:31 +0000 (14:56 +0900)
Change-Id: I280f7544bcc181023b61737ad7039f920a237588

inc/FShellNotificationRequest.h

index 473478b..7ae3403 100644 (file)
@@ -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);