Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / common / view-mode.h
index 17edbd9..427f1e8 100644 (file)
@@ -31,10 +31,10 @@ namespace Dali
  */
 enum ViewMode
 {
-  MONO,              ///< Monoscopic (single camera). This is the default
-  STEREO_HORIZONTAL, ///< Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides.
-  STEREO_VERTICAL,   ///< Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom.
-  STEREO_INTERLACED  ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames.
+  MONO,              ///< Monoscopic (single camera). This is the default @since_tizen 2.4
+  STEREO_HORIZONTAL, ///< Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @since_tizen 2.4
+  STEREO_VERTICAL,   ///< Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @since_tizen 2.4
+  STEREO_INTERLACED  ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @since_tizen 2.4
 };
 
 /**