Revert enabling common-service for setting info.
[platform/framework/native/appfw.git] / inc / FAppNotificationManager.h
index b61f168..954f572 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 //
 
 /**
+ * @if OSPDEPREC
  * @file               FAppNotificationManager.h
  * @brief              This is the header file for the %NotificationManager class.
  *
  * This header file contains the declarations of the %NotificationManager class.
+ * @endif
  */
 
 #ifndef _FAPP_NOTIFICATION_MANAGER_H_
@@ -79,7 +80,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.
  *