X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fprimitive-visual-properties.h;h=12f56e590a1150d62b779b0e7be92d0427f0ecf1;hb=dc1b9bcdb0aae8a6c0cea63cd57678f19e7742d4;hp=5b04d4ed27dd6c907384264bc5db909182e07dae;hpb=aa05fcf7ac4aef5d56a2a581c9103a160c4f052c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/primitive-visual-properties.h b/dali-toolkit/public-api/visuals/primitive-visual-properties.h index 5b04d4e..12f56e5 100644 --- a/dali-toolkit/public-api/visuals/primitive-visual-properties.h +++ b/dali-toolkit/public-api/visuals/primitive-visual-properties.h @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -27,12 +27,29 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ + +/** + * @brief PrimitiveVisual is to render a simple 3D shape, such as a cube or sphere. + * @SINCE_1_1.45 + */ namespace PrimitiveVisual { +/** + * @brief PrimitiveVisual Property + * @SINCE_1_1.45 + */ namespace Property { +/** + * @brief PrimitiveVisual Property + * @SINCE_1_1.45 + */ enum { /** @@ -47,7 +64,7 @@ enum /** * @brief The color of the shape. * @details Name "mixColor", type Property::VECTOR4. - * @SINCE_1_2.4 + * @SINCE_1_2_4 * @note Optional. If not specified, the default is Vector4(0.5, 0.5, 0.5, 1.0). * @note Applies to ALL shapes. */ @@ -177,11 +194,16 @@ enum } // namespace Property +/** + * @brief The primitive shape to render as a PrimitiveVisual. + * @SINCE_1_1.45 + */ namespace Shape { /** - * @brief The primitive shape to render. + * @brief The primitive shape to render as a PrimitiveVisual. + * @SINCE_1_1.45 */ enum Type { @@ -197,6 +219,10 @@ enum Type } // namespace PrimitiveVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali