X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=fd08176bf71b15b29850678ce077310c811d435b;hb=f781537e1453775663bb7f89adb495957dfa61ef;hp=9c9e06367b870002229a9c0ae7bf5e859508bf22;hpb=977955345d74e5ed53c8366822fbeae4afc66684;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 9c9e063..fd08176 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -27,6 +27,11 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ + namespace ImageVisual { @@ -100,15 +105,6 @@ enum BORDER_ONLY, /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Property::BOOLEAN. - * @SINCE_1_2.0 - * @note Optional. If not specified, the default is false. - * @note For Image visuals only. Not to be used with NPatch or SVG images. - */ - BATCHING_ENABLED, - - /** * @brief The image area to be displayed. * @details Name "pixelArea", type Property::VECTOR4. * It is a rectangular area. @@ -144,6 +140,10 @@ enum } // namespace ImageVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali