X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fenums.h;h=dd8da9bb5669a9a23648d35b39d7f6c86c624205;hb=7a9fb04d84a8eaa369372db280057b2d426e5d33;hp=70bddb06e458260de2695e9e682e3d3ab856058c;hpb=2eb0f016cf4d8a8282681283ae0e842c0c67bded;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/enums.h b/dali-toolkit/public-api/enums.h index 70bddb0..dd8da9b 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 @@ -59,7 +59,7 @@ enum Type * @brief Query whether an orientation is vertical. * * @param[in] orientation The orientation. - * @return True if the orientation is vertical. + * @return true if the orientation is vertical. */ DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); @@ -68,7 +68,7 @@ DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); * * @SINCE_1_0.0 * @param[in] orientation The orientation. - * @return True if the orientation is horizontal. + * @return true if the orientation is horizontal. */ DALI_IMPORT_API bool IsHorizontal(ControlOrientation::Type orientation);