Apply the new doxygen tagging rule for @SINCE
[platform/core/uifw/dali-core.git] / dali / public-api / math / viewport.h
index 3d0a4bd..cec1c15 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_math
+ * @{
+ */
 
 /**
  * @brief Typedef for a viewport ( a rectangle representing a screen area ).
+ * @SINCE_1_0.0
  */
 typedef Rect<int> Viewport;
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_VIEWPORT_H__