change DALI_COMPILE_TIME_ASSERT to use static_assert from C++ 11
[platform/core/uifw/dali-core.git] / dali / public-api / common / type-traits.h
index 191a7b8..5732eec 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 /**
  * @brief Basic type traits that every type has by default.
  *
- * This allows specializations to not have to repeat all flags
+ * This allows specializations to not have to repeat all flags.
  * @SINCE_1_0.0
  */
 template <typename Type>