Merge "Fix API Reference" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FIoServerChannel.h
index f156ef2..0111068 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);
 // limitations under the License.
 //
 /**
+ * @if OSPDEPREC
  * @file               FIoServerChannel.h
  * @brief              This is the header file for the %ServerChannel class.
  *
  * This header file contains the declarations of the %ServerChannel class.
+ * @endif
  */
 #ifndef _FIO_SERVER_CHANNEL_H_
 #define _FIO_SERVER_CHANNEL_H_
@@ -42,8 +43,6 @@ namespace Tizen { namespace Io
 * @final       This class is not intended for extension.
 *
 * The %ServerChannel class provides methods to receive a request from a client application. An application can receive a request from another application using the %ServerChannel class. The instance of %ServerChannel is retrieved using ServerChannel::GetInstance().
-* @n
-* For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/io/channels.htm">Channel Communication</a>.
 *
 * The following example demonstrates how to use the %ServerChannel class.
 *