viewmgr: Doc add internal tags for interface. 81/60181/1
authorWoochan Lee <wc0917.lee@samsung.com>
Wed, 24 Feb 2016 05:37:58 +0000 (14:37 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Wed, 24 Feb 2016 05:37:58 +0000 (14:37 +0900)
Change-Id: I5f16e173d5ba714a64897f592715cc8cc1146b21

src/interface/ui_iface_controller.h
src/interface/ui_iface_view.h
src/interface/ui_iface_viewmgr.h

index 3ed5b3a..72b7d59 100644 (file)
@@ -24,6 +24,7 @@ class ui_iface_view;
 /**
  *  @class ui_iface_controller.
  *
+ *  @internal
  *  @ingroup viewmgr
  *
  *  @brief UI Controller Interface. This interface is designed for handling of life-cycle events from user side.
index 6968f03..06f6bda 100644 (file)
@@ -31,6 +31,7 @@ class ui_iface_controller;
 /**
  *  @class ui_iface_view
  *
+ *  @internal
  *  @ingroup viewmgr
  *
  *  @brief UI View Base Class. This is the base class of view. A view must have one content instance which represents a view for a current screen.
index 459976b..5d2d8d2 100644 (file)
@@ -28,6 +28,7 @@ class ui_iface_view;
 /**
  *  @class ui_iface_viewmgr
  *
+ *  @internal
  *  @ingroup viewmgr
  *
  *  @brief This is a interface class of viewmgr. One viewmgr represents a window which contains multiple views.