X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fenums.h;h=84b1176925972ac41ddd5f328a3b55d0bce2dd55;hp=70bddb06e458260de2695e9e682e3d3ab856058c;hb=897c1d5c44231796100a22f0998c30cf675165fc;hpb=2eb0f016cf4d8a8282681283ae0e842c0c67bded diff --git a/dali-toolkit/public-api/enums.h b/dali-toolkit/public-api/enums.h index 70bddb0..84b1176 100644 --- a/dali-toolkit/public-api/enums.h +++ b/dali-toolkit/public-api/enums.h @@ -42,7 +42,7 @@ namespace ControlOrientation { /** - * @brief The internal orientation of a control. + * @brief Enumeration for the internal orientation of a control. * @SINCE_1_0.0 */ enum Type @@ -56,19 +56,19 @@ enum Type } // namespace ControlOrientation /** - * @brief Query whether an orientation is vertical. + * @brief Queries whether an orientation is vertical. * - * @param[in] orientation The orientation. - * @return True if the orientation is vertical. + * @param[in] orientation The orientation + * @return true if the orientation is vertical */ DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); /** - * @brief Query whether an orientation is horizontal. + * @brief Queries whether an orientation is horizontal. * * @SINCE_1_0.0 - * @param[in] orientation The orientation. - * @return True if the orientation is horizontal. + * @param[in] orientation The orientation + * @return true if the orientation is horizontal */ DALI_IMPORT_API bool IsHorizontal(ControlOrientation::Type orientation);