From b1fb3f54cde95efd45e260362dac5df86db50a25 Mon Sep 17 00:00:00 2001 From: SeungWon Lee Date: Mon, 4 Mar 2013 14:56:44 +0900 Subject: [PATCH] Modify doxygen documents: @visibility --> @privlevel. Change-Id: I6c1574cc83e627e50646493f7c70f1df342b5cf5 Signed-off-by: SeungWon Lee --- inc/FShellNotificationManager.h | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/inc/FShellNotificationManager.h b/inc/FShellNotificationManager.h index e6a94ee..0422498 100644 --- a/inc/FShellNotificationManager.h +++ b/inc/FShellNotificationManager.h @@ -248,14 +248,12 @@ public: result Notify(const NotificationRequest& request); /** - * @if VISPARTNER * The user who is identified with the @c appId is notified with a request message. @n * The request may have various pieces of information such as alert text, title text, launch arguments, and so on. * * @since 2.0 * - * @visibility partner - * @privlevel user + * @privlevel partner * @privilege http://tizen.org/privilege/notificationmanager * * @return An error code @@ -269,7 +267,6 @@ public: * - The specified @c request has invalid icon file path. * @exception E_OPERATION_FAILED The operation has failed. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @endif */ result NotifyByAppId(const Tizen::App::AppId& appId, const NotificationRequest& request); @@ -289,13 +286,11 @@ public: result RemoveNotification(void); /** - * @if VISPARTNER * Removes the notification message on behalf of the specified application. * * @since 2.0 * - * @visibility partner - * @privlevel user + * @privlevel partner * @privilege http://tizen.org/privilege/notificationmanager * * @return An error code @@ -305,7 +300,6 @@ public: * @exception E_OPERATION_FAILED The operation has failed. * @exception E_PRIVILEGE_DENIED The application did not have the privilege to call this method. * @remarks Although there is no outstanding notification for the calling application, this method returns @c E_SUCCESS. - * @endif */ result RemoveNotificationByAppId(const Tizen::App::AppId& appId); @@ -369,14 +363,12 @@ public: result NotifyOngoingActivity(const NotificationRequest& request); /** - * @if VISPARTNER * Notifies the user about the ongoing activity using a request message. @n * The request may have various information like alert text, title text, launch arguments, and so on. * * @since 2.0 * - * @visibility partner - * @privlevel user + * @privlevel partner * @privilege http://tizen.org/privilege/notificationmanager * * @return An error code @@ -389,7 +381,6 @@ public: * @exception E_APP_NOT_INSTALLED The application is not installed. * @exception E_OPERATION_FAILED The operation has failed. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @endif */ result NotifyOngoingActivityByAppId(const Tizen::App::AppId& appId, const NotificationRequest& request); @@ -409,13 +400,11 @@ public: result RemoveOngoingActivityNotification(void); /** - * @if VISPARTNER * Removes the notification message for ongoing activity on behalf of the specified application. * * @since 2.0 * - * @visibility partner - * @privlevel user + * @privlevel partner * @privilege http://tizen.org/privilege/notificationmanager * * @return An error code @@ -425,7 +414,6 @@ public: * @exception E_OPERATION_FAILED The operation has failed. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @remarks Although there is no outstanding notification for the calling application, this method returns @c E_SUCCESS. - * @endif */ result RemoveOngoingActivityNotificationByAppId(const Tizen::App::AppId& appId); -- 2.7.4