remove link in brief tag
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:05:36 +0000 (19:05 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:05:36 +0000 (19:05 +0900)
Change-Id: I5e0fbcd929e8a4f2c26395249158301d75aa306e

inc/FUiImeIInputMethodListener.h
inc/FUiImeIInputMethodProvider.h
inc/FUiImeIInputMethodProviderF.h

index 31fc21a..37fb860 100755 (executable)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Ui { namespace Ime {
 
 /**
  * @interface  IInputMethodListener
- * @brief      This interface provides a listener for the InputMethod class to receive asynchronous callbacks from the input service.
+ * @brief      This interface provides a listener for the %InputMethod class to receive asynchronous callbacks from the input service.
  * @since      2.1
  *
  * @remarks The IME application developers can implement a class that is derived from %IInputMethodListener and use it to receive asynchronous callbacks
index 6dd450a..30689a3 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Ime {
 
 /**
  * @interface  IInputMethodProvider
- * @brief      This interface is for the InputMethod class that interacts with the associated text input UI control.
+ * @brief      This interface is for the %InputMethod class that interacts with the associated text input UI control.
  * @since      2.1
  *
  * @remarks The IME application developers can implement a class derived from %IInputMethodProvider and set it as the provider of the InputMethod class.
index 668d46b..70d0196 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Ime {
 
 /**
  * @interface  IInputMethodProviderF
- * @brief      This interface is for the InputMethod class that interacts with the associated text input UI control.
+ * @brief      This interface is for the %InputMethod class that interacts with the associated text input UI control.
  * @since      2.1
  *
  * @remarks The IME application developers can implement a class derived from %IInputMethodProviderF and set it as the provider of the InputMethod class.