[3.0] Update doxygen comments
[platform/core/uifw/dali-adaptor.git] / adaptors / public-api / adaptor-framework / application-configuration.h
index ad4c5c5..c5b2c9e 100644 (file)
@@ -24,8 +24,17 @@ namespace Dali
  * @{
  */
 
+/**
+ * @brief Enumeration for Application configuration.
+ * @SINCE_1_0.0
+ */
 namespace Configuration
 {
+
+/**
+ * @brief Enumeration for application context loss policy.
+ * @SINCE_1_0.0
+ */
 enum ContextLoss
 {
   APPLICATION_HANDLES_CONTEXT_LOSS,  ///< Application will tear down and recreate UI on context loss and context regained signals. Dali doesn't need to retain data. @SINCE_1_0.0