From: Minkyoung Kang Date: Wed, 12 Jun 2013 10:06:49 +0000 (+0900) Subject: remove link in brief tag X-Git-Tag: accepted/tizen/20130912.150013^2~75^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d8b8f52f7807c7cb97c7e97f1b06d8f17108e9c;p=platform%2Fframework%2Fnative%2Fshell.git remove link in brief tag Change-Id: Icebbae477a76486134adff5e41f6c3c98259b0ec --- 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 *