From 9d8b8f52f7807c7cb97c7e97f1b06d8f17108e9c Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Wed, 12 Jun 2013 19:06:49 +0900 Subject: [PATCH] remove link in brief tag Change-Id: Icebbae477a76486134adff5e41f6c3c98259b0ec --- inc/FShellAppWidgetFrame.h | 2 +- inc/FShellAppWidgetPopup.h | 2 +- inc/FShellIAppWidgetPopupProviderFactory.h | 2 +- inc/FShellIAppWidgetProviderFactory.h | 2 +- inc/FShellIAppWidgetViewEventListener.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/FShellAppWidgetFrame.h b/inc/FShellAppWidgetFrame.h index 170c01a..781b284 100644 --- a/inc/FShellAppWidgetFrame.h +++ b/inc/FShellAppWidgetFrame.h @@ -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. diff --git a/inc/FShellAppWidgetPopup.h b/inc/FShellAppWidgetPopup.h index 28685b3..aa8c1d7 100644 --- a/inc/FShellAppWidgetPopup.h +++ b/inc/FShellAppWidgetPopup.h @@ -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. diff --git a/inc/FShellIAppWidgetPopupProviderFactory.h b/inc/FShellIAppWidgetPopupProviderFactory.h index c69e9b8..a84217c 100644 --- a/inc/FShellIAppWidgetPopupProviderFactory.h +++ b/inc/FShellIAppWidgetPopupProviderFactory.h @@ -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 * diff --git a/inc/FShellIAppWidgetProviderFactory.h b/inc/FShellIAppWidgetProviderFactory.h index c855acd..c811e72 100644 --- a/inc/FShellIAppWidgetProviderFactory.h +++ b/inc/FShellIAppWidgetProviderFactory.h @@ -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 * diff --git a/inc/FShellIAppWidgetViewEventListener.h b/inc/FShellIAppWidgetViewEventListener.h index 47a299c..d8cee0f 100644 --- a/inc/FShellIAppWidgetViewEventListener.h +++ b/inc/FShellIAppWidgetViewEventListener.h @@ -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 * -- 2.7.4