Apply the new doxygen tagging rule for @SINCE
[platform/core/uifw/dali-core.git] / dali / public-api / math / viewport.h
index bd1b3b5..cec1c15 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_VIEWPORT_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_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__