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=eeca9339c3f611900e4ceb873ef8f8fbbeda1580;hp=70bddb06e458260de2695e9e682e3d3ab856058c;hb=f934e958dc240633a80b94207bb076944e48d7a2;hpb=912e891b33f2b3b10392094c57b17eefa560b1fa diff --git a/dali-toolkit/public-api/enums.h b/dali-toolkit/public-api/enums.h index 70bddb0..eeca933 100644 --- a/dali-toolkit/public-api/enums.h +++ b/dali-toolkit/public-api/enums.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ENUMS_H__ -#define __DALI_TOOLKIT_ENUMS_H__ +#ifndef DALI_TOOLKIT_ENUMS_H +#define DALI_TOOLKIT_ENUMS_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -40,9 +40,8 @@ namespace Toolkit */ 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,21 +55,21 @@ 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); +DALI_TOOLKIT_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); +DALI_TOOLKIT_API bool IsHorizontal(ControlOrientation::Type orientation); /** * @} @@ -79,4 +78,4 @@ DALI_IMPORT_API bool IsHorizontal(ControlOrientation::Type orientation); } // namespace Dali -#endif // __DALI_TOOLKIT_ENUMS_H__ +#endif // DALI_TOOLKIT_ENUMS_H