From: Minkyoung Kang Date: Tue, 23 Apr 2013 08:12:40 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: accepted/tizen_2.1/20130425.034720~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1db8bd447062e48de76baf3830a7e0148995209;p=framework%2Fosp%2Fshell.git update header for Doxygen Change-Id: Ic9957986efe2029cbc9722677d0e041e445d78a7 --- diff --git a/inc/FShellNotificationManager.h b/inc/FShellNotificationManager.h index 6573d08..c3ee4cf 100644 --- a/inc/FShellNotificationManager.h +++ b/inc/FShellNotificationManager.h @@ -230,7 +230,7 @@ public: /** * Notifies the user who has @c badgeNumber as badge number with a message. @n * If the user selects this message, @c launchArguments is delivered to the application. @n - * @c launchArguments is delivered as the value of the http://tizen.org/appcontrol/data/notification key + * @c launchArguments is delivered as the value of the %http://tizen.org/appcontrol/data/notification key * for Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived(). * * @since 2.0 diff --git a/inc/FShellShortcutManager.h b/inc/FShellShortcutManager.h index a757c3f..c5b7a19 100644 --- a/inc/FShellShortcutManager.h +++ b/inc/FShellShortcutManager.h @@ -90,7 +90,7 @@ public: * - If @c uriData is specified, application will be started by AppControl with %http://tizen.org/appcontrol/operation/view operation, when it is launched from the Home app using a shortcut. * Or else application will be started by AppControl with default operation(%http://tizen.org/appcontrol/operation/main). * - * @see Tizen::App::IAppControlEventListener::OnAppControlRequestReceived() + * @see Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived() * @see IShortcutRequestListener::OnShortcutAddRequested() * * The following example demonstrates how to add shortcut.