Merge "Remove the actor from exclusive list in RenderTaskList when the actor is destr...
[platform/core/uifw/dali-core.git] / dali / public-api / common / view-mode.h
index 170d0f2..74187cd 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_common
+ * @{
+ */
 
 /**
  * Stereoscopic view modes
@@ -32,6 +36,9 @@ enum ViewMode
   STEREO_INTERLACED  ///< Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames.
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_VIEW_MODE_H__