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=7934d16ee61d257a008937e8d1d6216278bdc6e1;hb=HEAD;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7 diff --git a/dali-toolkit/public-api/align-enumerations.h b/dali-toolkit/public-api/align-enumerations.h index 7934d16..9679d19 100644 --- a/dali-toolkit/public-api/align-enumerations.h +++ b/dali-toolkit/public-api/align-enumerations.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMERATIONS_H /* - * Copyright (c) 2019 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 /** * @}