[3.0] Update doxygen tag
[platform/core/uifw/dali-adaptor.git] / adaptors / public-api / adaptor-framework / style-change.h
index 2b0cd12..0cb0995 100644 (file)
 namespace Dali
 {
 /**
- * @addtogroup dali-adaptor-framework
+ * @addtogroup dali_adaptor_framework
  * @{
  */
 
+/**
+ * @brief Style change information.
+ * @SINCE_1_0.0
+ */
 namespace StyleChange
 {
 
+/**
+ * @brief The type of StyleChange
+ * @SINCE_1_0.0
+ */
 enum Type
 {
-  DEFAULT_FONT_CHANGE,      ///< Denotes that the default font has changed.
-  DEFAULT_FONT_SIZE_CHANGE, ///< Denotes that the default font size has changed.
-  THEME_CHANGE              ///< Denotes that the theme has changed.
+  DEFAULT_FONT_CHANGE,      ///< Denotes that the default font has changed. @SINCE_1_0.0
+  DEFAULT_FONT_SIZE_CHANGE, ///< Denotes that the default font size has changed. @SINCE_1_0.0
+  THEME_CHANGE              ///< Denotes that the theme has changed. @SINCE_1_0.0
 };
 
 } // namespace StyleChange