Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / actors / draw-mode.h
index d4b489d..dc3747e 100644 (file)
@@ -27,20 +27,20 @@ namespace Dali
  * @{
  */
 
-namespace DrawMode
-{
-
 /**
  * @brief How the actor and it's children will be drawn.
  *
  * @since_tizen 2.4
  * @see Dali::Actor::SetDrawMode()
  */
+namespace DrawMode
+{
+
 enum Type
 {
-  NORMAL     = 0, ///< binary 00. The default draw-mode
-  OVERLAY_2D = 1, ///< binary 01. Draw the actor and its children as an overlay
-  STENCIL    = 3  ///< binary 11. Draw the actor and its children into the stencil buffer
+  NORMAL     = 0, ///< binary 00. The default draw-mode @since_tizen 2.4
+  OVERLAY_2D = 1, ///< binary 01. Draw the actor and its children as an overlay @since_tizen 2.4
+  STENCIL    = 3  ///< binary 11. Draw the actor and its children into the stencil buffer @since_tizen 2.4
 };
 
 } // namespace DrawMode