X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Falign-enumerations.h;h=9679d192758377dc9a6865716aaae46bc8664b32;hp=24312abe87791230d88a7d7e83fcb8fa0b26e368;hb=cc7137614f4136f571ccecc22ad1b72c01f16156;hpb=410125f32fcd135226a2a0a668b2855ea9e17a69 diff --git a/dali-toolkit/public-api/align-enumerations.h b/dali-toolkit/public-api/align-enumerations.h index 24312ab..9679d19 100644 --- a/dali-toolkit/public-api/align-enumerations.h +++ b/dali-toolkit/public-api/align-enumerations.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H__ -#define __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H__ +#ifndef DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H +#define DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H /* - * Copyright (c) 2017 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. @@ -18,13 +18,10 @@ * */ - namespace Dali { - namespace Toolkit { - /** * @addtogroup dali_toolkit_controls * @{ @@ -36,7 +33,6 @@ namespace Toolkit */ namespace Align { - /** * @brief Describes anchor point and parent origin of visuals * @SINCE_1_2.60 @@ -53,7 +49,7 @@ enum Type BOTTOM_CENTER, ///< @SINCE_1_2.60 BOTTOM_END ///< @SINCE_1_2.60 }; -} +} // namespace Align /** * @} @@ -63,4 +59,4 @@ enum Type } // namespace Dali -#endif // __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H__ +#endif // DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H