Fix a fd mis-match
[platform/framework/native/appfw.git] / inc / FAppNotificationManager.h
old mode 100755 (executable)
new mode 100644 (file)
index 8249829..ccc9870
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -79,7 +78,7 @@ static const int MAX_NOTIFICATION_BADGE_NUMBER = 999;
  *
  * The %NotificationManager class provides methods to alert the user about a notification.
  * @n
- * For more information about the class features, see <a href="../org.tizen.native.appprogramming/html/guide/app/notifications.htm">Notifications</a>.
+ * For more information about the class features, see <a href="../org.tizen.native.appprogramming/html/guide/shell/notifications.htm">Notifications</a>.
  *
  * The following example demonstrates how to use the %NotificationManager class.
  *
@@ -238,7 +237,7 @@ public:
         * @if OSPDEPREC
         * Notifies the user using a message and badge number. @n
         * If the user checks the 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 IAppControlProviderEventListener::OnAppControlRequestReceived().
         *
         * @brief               <i> [Deprecated] </i>
@@ -309,7 +308,7 @@ public:
        /**
         * @if OSPDEPREC
         * Notifies the user about the ongoing activity using a message. @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 IAppControlProviderEventListener::OnAppControlRequestReceived().
         *
         * @brief               <i> [Deprecated] </i>