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

inc/FShellAppWidgetFrame.h
inc/FShellAppWidgetPopup.h
inc/FShellIAppWidgetPopupProviderFactory.h
inc/FShellIAppWidgetProviderFactory.h
inc/FShellIAppWidgetViewEventListener.h

index 170c01a..781b284 100644 (file)
@@ -31,7 +31,7 @@ namespace Tizen { namespace Shell
 
 /**
  * @class      AppWidgetFrame
- * @brief      This class provides the main frame window for an AppWidgetProvider.
+ * @brief      This class provides the main frame window for an %AppWidgetProvider.
  * @since      2.1
  *
  * The %AppWidgetFrame class is the root parent of all AppWidget controls that are created by an AppWidgetProvider.
index 28685b3..aa8c1d7 100644 (file)
@@ -31,7 +31,7 @@ namespace Tizen { namespace Shell
 
 /**
  * @class      AppWidgetPopup
- * @brief      This class provides the popup for an AppWidgetProvider.
+ * @brief      This class provides the popup for an %AppWidgetProvider.
  * @since      2.1
  *
  * The %AppWidgetPopup class supports detailed screen for an AppWidgetProvider.
index c69e9b8..a84217c 100644 (file)
@@ -33,7 +33,7 @@ class AppWidgetPopupProvider;
 
 /**
  *   @interface  IAppWidgetPopupProviderFactory
- *   @brief      This interface is the factory interface for creating the AppWidgetPopupProvider instance.
+ *   @brief      This interface is the factory interface for creating the %AppWidgetPopupProvider instance.
  *
  *   @since    2.1
  *
index c855acd..c811e72 100644 (file)
@@ -33,7 +33,7 @@ class AppWidgetProvider;
 
 /**
  *   @interface  IAppWidgetProviderFactory
- *   @brief      This interface defines the factory for the AppWidgetProvider creation.
+ *   @brief      This interface defines the factory for the %AppWidgetProvider creation.
  *
  *   @since    2.1
  *
index 47a299c..d8cee0f 100644 (file)
@@ -33,7 +33,7 @@ class AppWidgetView;
 
 /**
  * @interface  IAppWidgetViewEventListener
- * @brief              This interface defines a listener for the AppWidgetView that receives AppWidgetProvider removed event.
+ * @brief              This interface defines a listener for the %AppWidgetView that receives %AppWidgetProvider removed event.
  *
  * @since      2.1
  *