X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fcolor-visual-properties.h;h=0ab4b482e314dd2b20ba88b6658b02aca42bc523;hb=798ef5fa1591aa78851e9e3d08fe37411192176a;hp=3b4e104d52bc876d5294c480150edfdab7200b46;hpb=b15279dd1e820bebf41aeb78453f997fe50051ae;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/color-visual-properties.h b/dali-toolkit/public-api/visuals/color-visual-properties.h index 3b4e104..0ab4b48 100644 --- a/dali-toolkit/public-api/visuals/color-visual-properties.h +++ b/dali-toolkit/public-api/visuals/color-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_COLOR_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. @@ -23,16 +23,29 @@ namespace Dali { - namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ +/** + * @brief ColorVisual is to render a solid color to the control's quad. + * @SINCE_1_1.45 + */ namespace ColorVisual { - +/** + * @brief ColorVisual Property. + * @SINCE_1_1.45 + */ namespace Property { - +/** + * @brief Enumeration for the instance of properties belonging to the ColorVisual. + * @SINCE_1_1.45 + */ enum { /** @@ -48,6 +61,10 @@ enum } // namespace ColorVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali