update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 23 Apr 2013 08:12:40 +0000 (17:12 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 23 Apr 2013 08:12:40 +0000 (17:12 +0900)
Change-Id: Ic9957986efe2029cbc9722677d0e041e445d78a7

inc/FShellNotificationManager.h
inc/FShellShortcutManager.h

index 6573d08..c3ee4cf 100644 (file)
@@ -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
index a757c3f..c5b7a19 100644 (file)
@@ -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.