Marked STEREO_INTERLACED as deprecated from public api 27/58127/4
authorTom Robinson <tom.robinson@samsung.com>
Wed, 27 Jan 2016 16:55:00 +0000 (16:55 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Thu, 28 Jan 2016 17:35:58 +0000 (17:35 +0000)
Change-Id: I0d17d33b5a8a741987cf33cf6bc7571e55bbb16c

dali/public-api/common/view-mode.h

index f87b543..0bab312 100644 (file)
@@ -34,7 +34,7 @@ enum ViewMode
   MONO,              ///< Monoscopic (single camera). This is the default @SINCE_1_0.0
   STEREO_HORIZONTAL, ///< Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @SINCE_1_0.0
   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_1_0.0
-  STEREO_INTERLACED  ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @SINCE_1_0.0
+  STEREO_INTERLACED  ///< @DEPRECATED_1_1.19 @brief Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @SINCE_1_0.0
 };
 
 /**