X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fprimitive-visual-properties.h;h=30477e8bcd2e975dea357ba9fd2ea74ff9ff7147;hb=c5348b4691e24b20264fc8ad92a881f0118bb540;hp=dbf1e5ce96480d2ae587a7d0e0e53b0a7e972d70;hpb=a303f9aeedf6c41514ab474e0cb7f52cd692deec;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 dbf1e5c..30477e8 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 Enumeration for the instance of properties belonging to the PrimitiveVisual. + * @SINCE_1_1.45 + */ enum { /** @@ -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