(Buttons) Creating actor from property-maps
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / enums.h
index 436751e..6b221de 100644 (file)
@@ -18,7 +18,7 @@
 //
 
 /**
 //
 
 /**
- * @addtogroup CAPI_DALI_FRAMEWORK
+ * @addtogroup CAPI_DALI_TOOLKIT_MODULE
  * @{
  */
 
  * @{
  */
 
 namespace Dali DALI_IMPORT_API
 {
 
 namespace Dali DALI_IMPORT_API
 {
 
+/**
+ * @brief DALi Toolkit namespace.
+ */
 namespace Toolkit
 {
 
 namespace Toolkit
 {
 
+/**
+ * @brief Control Orientation namespace.
+ */
 namespace ControlOrientation
 {
 
 /**
 namespace ControlOrientation
 {
 
 /**
- * The internal orientation a control.
+ * @brief The internal orientation of a control.
  */
 enum Type
 {
  */
 enum Type
 {
@@ -48,14 +54,16 @@ enum Type
 } // namespace ControlOrientation
 
 /**
 } // namespace ControlOrientation
 
 /**
- * Query whether an orientation is vertical.
+ * @brief Query whether an orientation is vertical.
+ *
  * @param[in] orientation The orientation.
  * @return True if the orientation is vertical.
  */
 bool IsVertical(ControlOrientation::Type orientation);
 
 /**
  * @param[in] orientation The orientation.
  * @return True if the orientation is vertical.
  */
 bool IsVertical(ControlOrientation::Type orientation);
 
 /**
- * Query whether an orientation is horizontal.
+ * @brief Query whether an orientation is horizontal.
+ *
  * @param[in] orientation The orientation.
  * @return True if the orientation is horizontal.
  */
  * @param[in] orientation The orientation.
  * @return True if the orientation is horizontal.
  */