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 275f2e7..74187cd 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_VIEW_MODE_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 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__