X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fborder-visual-properties.h;h=0acf6008cedbf335cf4b0928654b4a66638c2741;hb=HEAD;hp=81832fee0c706257f0f50bdcc2e7bc58afc25a97;hpb=11ed6421771d05113ae1a6510167d8c2557ac20e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/border-visual-properties.h b/dali-toolkit/public-api/visuals/border-visual-properties.h index 81832fe..0acf600 100644 --- a/dali-toolkit/public-api/visuals/border-visual-properties.h +++ b/dali-toolkit/public-api/visuals/border-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_BORDER_VISUAL_PROPERTIES_H /* - * Copyright (c) 2016 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,20 +19,33 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { - namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ +/** + * @brief BorderVisual is to render a solid color as an internal border to the control's quad. + * @SINCE_1_1.45 + */ namespace BorderVisual { - +/** + * @brief BorderVisual Property. + * @SINCE_1_1.45 + */ namespace Property { - +/** + * @brief Enumeration for the instance of properties belonging to the BorderVisual. + * @SINCE_1_1.45 + */ enum { /** @@ -64,6 +77,10 @@ enum } // namespace BorderVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali