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

41 files changed:
inc/FGrpCanvasTexture.h
inc/FGrpIGlRenderer.h
inc/FGrpIVideoTextureUpdateListener.h
inc/FUiAnimControlAnimator.h
inc/FUiAnimDimensionAnimation.h
inc/FUiAnimIAnimationTransactionEventListener.h
inc/FUiAnimIVisualElementAnimationProvider.h
inc/FUiAnimIVisualElementAnimationStatusEventListener.h
inc/FUiAnimIVisualElementAnimationTickEventListener.h
inc/FUiAnimIVisualElementAnimationTimingFunction.h
inc/FUiAnimIVisualElementAnimationValueInterpolator.h
inc/FUiAnimIVisualElementContentProvider.h
inc/FUiAnimIVisualElementEventListener.h
inc/FUiAnimPointAnimation.h
inc/FUiAnimRectangleAnimation.h
inc/FUiAnimVisualElementAnimationProvider.h
inc/FUiAnimVisualElementContentProvider.h
inc/FUiContainer.h
inc/FUiCtrlIGalleryEventListener.h
inc/FUiCtrlIGalleryItemProvider.h
inc/FUiCtrlIGroupedListViewItemEventListener.h
inc/FUiCtrlIGroupedListViewItemProvider.h
inc/FUiCtrlIGroupedListViewItemProviderF.h
inc/FUiCtrlIGroupedTableViewItemProvider.h
inc/FUiCtrlIGroupedTableViewItemProviderF.h
inc/FUiCtrlIIconListViewItemProvider.h
inc/FUiCtrlIListViewItemProviderF.h
inc/FUiCtrlISearchBarEventListener.h
inc/FUiCtrlISectionTableViewItemProvider.h
inc/FUiCtrlISectionTableViewItemProviderF.h
inc/FUiCtrlITableViewItemProvider.h
inc/FUiCtrlITableViewItemProviderF.h
inc/FUiEffectsIEffectResourceProvider.h
inc/FUiFocusManager.h
inc/FUiIInputConnectionEventListener.h
inc/FUiIInputConnectionEventListenerF.h
inc/FUiIInputConnectionProvider.h
inc/FUiScenesBackwardSceneTransition.h
inc/FUiScenesForwardSceneTransition.h
inc/FUiScenesScene.h
inc/FUiScenesSceneTransition.h

index 87e1092..977aae8 100644 (file)
@@ -37,7 +37,7 @@ namespace Tizen { namespace Graphics { namespace Opengl
 
 /**
  * @class      CanvasTexture
- * @brief      This class provides a method to bind 2D Canvas and OpenGL-ES Texture.
+ * @brief      This class provides a method to bind 2D %Canvas and OpenGL-ES Texture.
  *             With this feature, you can easily draw 2D primitives on OpenGL-ES Textures with consistency.
  *
  * @since 2.0
index 8b03add..d9842db 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Graphics { namespace Opengl
 
 /**
  * @class      IGlRenderer
- * @brief      This virtual class defines the interface for GlPlayer to draw 3D scene.
+ * @brief      This virtual class defines the interface for %GlPlayer to draw 3D scene.
  *
  * @since 2.0
  *
index c5b95fe..5e16f13 100644 (file)
@@ -33,7 +33,7 @@ class VideoTexture;
 
 /**
  * @interface  IVideoTextureUpdateListener
- * @brief      This interface is used to register a listener for the VideoTexture class.
+ * @brief      This interface is used to register a listener for the %VideoTexture class.
  *
  * @since 2.0
  *
index 1de9b8f..e027797 100644 (file)
@@ -45,7 +45,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @class      ControlAnimator
- * @brief      This class defines the animation methods for Tizen::Ui::Control.
+ * @brief      This class defines the animation methods for %Tizen::Ui::Control.
  *
  * @since      2.0
  *
index da3d8d6..4d2284e 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @class      DimensionAnimation
- * @brief      This class animates the Tizen::Graphics::Dimension object.
+ * @brief      This class animates the %Tizen::Graphics::Dimension object.
  *
  * @since      2.0
  *
index 0e47242..8550870 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @interface  IAnimationTransactionEventListener
- * @brief              This interface implements the listener for the animation transaction events defined in the Tizen::Ui::Animations namespace.
+ * @brief              This interface implements the listener for the animation transaction events defined in the %Tizen::Ui::Animations namespace.
  *
  * @since              2.0
  *
index 114e8c8..4e729a5 100644 (file)
@@ -39,7 +39,7 @@ class VisualElementAnimation;
 
 /**
 * @interface   IVisualElementAnimationProvider
-* @brief       This interface implements the provider for the events generated by the VisualElement.
+* @brief       This interface implements the provider for the events generated by the %VisualElement.
 *
 * @since       2.0
 *
index c46932a..e50539c 100644 (file)
@@ -39,7 +39,7 @@ class VisualElementAnimation;
 
 /**
  * @interface  IVisualElementAnimationStatusEventListener
- * @brief              This interface implements the listener for the VisualElementAnimation status events defined in the Tizen::Ui::Animations namespace.
+ * @brief              This interface implements the listener for the %VisualElementAnimation status events defined in the %Tizen::Ui::Animations namespace.
  *
  * @since              2.0
  *
index ab10403..fb202f5 100644 (file)
@@ -37,7 +37,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @interface  IVisualElementAnimationTickEventListener
- * @brief              This interface implements the listener for the VisualElementAnimation tick events defined in the Tizen::Ui::Animations namespace.
+ * @brief              This interface implements the listener for the %VisualElementAnimation tick events defined in the %Tizen::Ui::Animations namespace.
  *
  * @since              2.0
  *
index f713667..cada31c 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @interface  IVisualElementAnimationTimingFunction
- * @brief              This interface implements the timing function for the VisualElementAnimation defined in the Tizen::Ui::Animations namespace.
+ * @brief              This interface implements the timing function for the %VisualElementAnimation defined in the %Tizen::Ui::Animations namespace.
  *
  * @since              2.0
  *
index 58e6a15..d470b07 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @interface  IVisualElementAnimationValueInterpolator
- * @brief              This interface implements the interpolator for the VisualElementAnimation defined in the Tizen::Ui::Animations namespace.
+ * @brief              This interface implements the interpolator for the %VisualElementAnimation defined in the %Tizen::Ui::Animations namespace.
  *
  * @since              2.0
  *
index cce71ed..ccb7305 100644 (file)
@@ -40,7 +40,7 @@ class VisualElement;
 
 /**
  * @interface           IVisualElementContentProvider
- * @brief This interface customizes content of VisualElement.
+ * @brief This interface customizes content of %VisualElement.
  *
  * @since          2.0
  *
index 893e918..18451c0 100644 (file)
@@ -36,7 +36,7 @@ class VisualElement;
 
 /**
 * @interface          IVisualElementEventListener
-* @brief This interface implements the event listener for the events generated by VisualElement.
+* @brief This interface implements the event listener for the events generated by %VisualElement.
 *
 * @since          2.0
 *
index 84e4c10..bef61c9 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @class      PointAnimation
- * @brief      This class animates the Tizen::Graphics::Point object.
+ * @brief      This class animates the %Tizen::Graphics::Point object.
  *
  * @since      2.0
  *
index d9935eb..8767fc0 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
  * @class      RectangleAnimation
- * @brief      This class animates the Tizen::Graphics::Rectangle object.
+ * @brief      This class animates the %Tizen::Graphics::Rectangle object.
  *
  * @since      2.0
  *
index 99188bf..0d2253c 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Animations
 
 /**
 * @class       VisualElementAnimationProvider
-* @brief       This class implements the provider for the events generated by VisualElement.
+* @brief       This class implements the provider for the events generated by %VisualElement.
 *
 * @since       2.0
 *
index 71f94d2..f550b48 100644 (file)
@@ -39,7 +39,7 @@ class VisualElement;
 
 /**
 * @class           VisualElementContentProvider
-* @brief           This class customizes content of VisualElement.
+* @brief           This class customizes content of %VisualElement.
 *
 * @since          2.0
 *
index df1d3c5..648a488 100644 (file)
@@ -36,7 +36,7 @@ class _ContainerImpl;
 
 /**
  * @class      Container
- * @brief      This class is an abstract base class of all the generic containers of Controls.
+ * @brief      This class is an abstract base class of all the generic containers of %Controls.
  *
  * @since      2.0
  *
index a506651..a5f5397 100644 (file)
@@ -38,7 +38,7 @@ namespace Tizen { namespace Ui { namespace Controls
 
 /**
  * @interface  IGalleryEventListener
- * @brief              This interface defines the listener for the events generated by the Gallery control.
+ * @brief              This interface defines the listener for the events generated by the %Gallery control.
  *
  * @since              2.0
  *
index 5902192..7cec3c3 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Controls
 
 /**
  * @interface  IGalleryItemProvider
- * @brief              This interface implements the provider for events on Gallery.
+ * @brief              This interface implements the provider for events on %Gallery.
  *
  * @since              2.0
  *
index 33a5ef0..393de5a 100644 (file)
@@ -35,7 +35,7 @@ class GroupedListView;
 
 /**
  * @interface  IGroupedListViewItemEventListener
- * @brief              This interface implements the listener for the events generated by the items of the GroupedListView control.
+ * @brief              This interface implements the listener for the events generated by the items of the %GroupedListView control.
  *
  * @since              2.0
  *
index feb7086..2384d2d 100644 (file)
@@ -36,7 +36,7 @@ namespace Tizen {namespace Ui { namespace Controls
 
 /**
  * @interface  IGroupedListViewItemProvider
- * @brief              This interface implements the provider for the events generated by the GroupedListView control.
+ * @brief              This interface implements the provider for the events generated by the %GroupedListView control.
  *
  * @since              2.0
  *
index 241c172..6275f0a 100644 (file)
@@ -36,7 +36,7 @@ namespace Tizen {namespace Ui { namespace Controls
 
 /**
  * @interface  IGroupedListViewItemProviderF
- * @brief              This interface implements the provider for the events generated by the GroupedListView control.
+ * @brief              This interface implements the provider for the events generated by the %GroupedListView control.
  *
  * @since              2.1
  *
index 19b8dfa..93f2446 100644 (file)
@@ -34,7 +34,7 @@ class TableViewGroupItem;
 
 /**
 * @interface IGroupedTableViewItemProvider
-* @brief  This interface implements the listener for events on GroupedTableView.
+* @brief  This interface implements the listener for events on %GroupedTableView.
 *
 * @since 2.0
 *
index 1a00f7c..e082656 100644 (file)
@@ -34,7 +34,7 @@ class TableViewGroupItem;
 
 /**
 * @interface IGroupedTableViewItemProviderF
-* @brief  This interface implements the listener for events on GroupedTableView.
+* @brief  This interface implements the listener for events on %GroupedTableView.
 *
 * @since 2.1
 *
index 6f41407..122db6f 100644 (file)
@@ -36,7 +36,7 @@ class IconListView;
 
 /**
  * @interface  IIconListViewItemProvider
- * @brief              This interface implements the provider for events on IconListView.
+ * @brief              This interface implements the provider for events on %IconListView.
  *
  * @since              2.0
  *
index fc8322a..fd2cb49 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen {namespace Ui { namespace Controls
 
 /**
  * @interface  IListViewItemProviderF
- * @brief              This interface implements the listener for events on ListView.
+ * @brief              This interface implements the listener for events on %ListView.
  *
  * @since              2.1
  *
index 2f54f1d..07c3f72 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Controls
 {
 /**
  * @interface  ISearchBarEventListener
- * @brief          This interface implements the listener for the SearchBar events.
+ * @brief          This interface implements the listener for the %SearchBar events.
  *
  * @since          2.0
  *
index 19a0caa..e99593d 100644 (file)
@@ -33,7 +33,7 @@ class TableViewItem;
 
 /**
 * @interface ISectionTableViewItemProvider
-* @brief  This interface implements the listener for events on SectionTableView.
+* @brief  This interface implements the listener for events on %SectionTableView.
 *
 * @since 2.0
 *
index 1e08eeb..f437bb7 100644 (file)
@@ -33,7 +33,7 @@ class TableViewItem;
 
 /**
 * @interface ISectionTableViewItemProviderF
-* @brief  This interface implements the listener for events on SectionTableView.
+* @brief  This interface implements the listener for events on %SectionTableView.
 *
 * @since 2.1
 *
index 97c7e9d..90fe4dd 100644 (file)
@@ -34,7 +34,7 @@ class TableViewItem;
 
 /**
 * @interface ITableViewItemProvider
-* @brief  This interface implements the listener for events on TableView.
+* @brief  This interface implements the listener for events on %TableView.
 *
 * @since 2.0
 *
index 4f4a7f7..b513a98 100644 (file)
@@ -34,7 +34,7 @@ class TableViewItem;
 
 /**
 * @interface ITableViewItemProviderF
-* @brief  This interface implements the listener for events on TableView.
+* @brief  This interface implements the listener for events on %TableView.
 *
 * @since 2.1
 *
index 94201d1..8b5a26e 100644 (file)
@@ -31,7 +31,7 @@ class Effect;
 
 /**
  * @interface  IEffectResourceProvider
- * @brief This interface implements the listener for events on Effect to provide the effects with resources.
+ * @brief This interface implements the listener for events on %Effect to provide the effects with resources.
  *
  * @since 2.0
  *
index 4c61607..f47bdd1 100644 (file)
@@ -36,7 +36,7 @@ class Window;
 
 /**
  * @class      FocusManager
- * @brief      This class manages the current focus of the application owned by the UI control and its ancestor Window.
+ * @brief      This class manages the current focus of the application owned by the UI control and its ancestor %Window.
  *
  * @since      2.0
  *
index 0012c55..149efe2 100644 (file)
@@ -46,7 +46,7 @@ class InputConnection;
 
 /**
  * @interface  IInputConnectionEventListener
- * @brief      This interface defines methods for processing between the InputConnection and the input method.
+ * @brief      This interface defines methods for processing between the %InputConnection and the input method.
  *
  * @since 2.0
  *
index dd65cbb..48e7d47 100644 (file)
@@ -46,7 +46,7 @@ class InputConnection;
 
 /**
  * @interface  IInputConnectionEventListenerF
- * @brief      This interface defines methods for processing between the InputConnection and the input method.
+ * @brief      This interface defines methods for processing between the %InputConnection and the input method.
  *
  * @since 2.1
  *
index 3cb5b7b..189cd0d 100644 (file)
@@ -39,7 +39,7 @@ class InputConnection;
 
 /**
  * @interface  IInputConnectionProvider
- * @brief      This interface defines methods for processing between the InputConnection and the input method.
+ * @brief      This interface defines methods for processing between the %InputConnection and the input method.
  *
  * @since 2.0
  *
index 33eb8e1..682c4a9 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Scenes
 
 /**
  * @class      BackwardSceneTransition
- * @brief      This class is the %BackwardSceneTransition class of a Tizen native application.
+ * @brief      This class is the %BackwardSceneTransition class of a %Tizen native application.
  *
  * @since      2.0
  *
index b57edf0..e8e337f 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Scenes
 
 /**
  * @class      ForwardSceneTransition
- * @brief      This class is the %ForwardSceneTransition class of a Tizen native application.
+ * @brief      This class is the %ForwardSceneTransition class of a %Tizen native application.
  *
  * @since      2.0
  *
index 1c5f82f..8bcf28d 100644 (file)
@@ -43,7 +43,7 @@ class ISceneEventListener;
 
 /**
  * @class      Scene
- * @brief      This class is the %Scene class of a Tizen native applications.
+ * @brief      This class is the %Scene class of a %Tizen native applications.
  *
  * @since      2.0
  *
index 4aa1de9..2224c77 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Ui { namespace Scenes
 
 /**
  * @class      SceneTransition
- * @brief      This class is the %SceneTransition class of a Tizen native application.
+ * @brief      This class is the %SceneTransition class of a %Tizen native application.
  *
  * @since      2.0
  *