Merge "Allow multiple renderers per Actor and sharing renderers between actors" into...
[platform/core/uifw/dali-core.git] / dali / public-api / math / matrix.h
index ab96e04..2a02708 100644 (file)
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_math
+ * @{
+ */
+
 class Quaternion;
 
 /**
@@ -363,6 +368,9 @@ DALI_IMPORT_API std::ostream& operator<< (std::ostream& o, const Matrix& matrix)
 // Allow Matrix to be treated as a POD type
 template <> struct TypeTraits< Matrix > : public BasicTypes< Matrix > { enum { IS_TRIVIAL_TYPE = true }; };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // __DALI_MATRIX_H__