X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=capi%2Fdali-toolkit%2Fpublic-api%2Fenums.h;h=6b221de0cea845f65817a450360af3bae307817e;hb=30f6ca1e541089b19f2b349a8a12d8a5bcaf2f9e;hp=436751e7502cfb4170e712e70ee14366a2b3259a;hpb=e2eda444afbe82e9591fe198eef339227f90a616;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/capi/dali-toolkit/public-api/enums.h b/capi/dali-toolkit/public-api/enums.h index 436751e..6b221de 100644 --- a/capi/dali-toolkit/public-api/enums.h +++ b/capi/dali-toolkit/public-api/enums.h @@ -18,7 +18,7 @@ // /** - * @addtogroup CAPI_DALI_FRAMEWORK + * @addtogroup CAPI_DALI_TOOLKIT_MODULE * @{ */ @@ -28,14 +28,20 @@ namespace Dali DALI_IMPORT_API { +/** + * @brief DALi Toolkit namespace. + */ namespace Toolkit { +/** + * @brief Control Orientation namespace. + */ namespace ControlOrientation { /** - * The internal orientation a control. + * @brief The internal orientation of a control. */ enum Type { @@ -48,14 +54,16 @@ enum Type } // 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); /** - * 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. */