Remove ImageActor from Builder & some doxygen update
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / shadow-view / shadow-view.h
index bbe4f91..2df4978 100644 (file)
@@ -69,7 +69,7 @@ class ShadowView;
  *  ImageView imageView = ImageView::New(image);
  *  imageView.SetParentOrigin( ParentOrigin::CENTER );
  *  imageView.SetAnchorPoint( AnchorPoint::CENTER );
- *  shadowView.Add(imageActor);\n Add the renderable actor to the shadow view
+ *  shadowView.Add(imageView);\n Add the renderable actor to the shadow view
  *
  *  ImageView shadowPlaneBg = ImageView::New(); //This will be the shadow plane
  *  shadowPlaneBg.SetParentOrigin( ParentOrigin::CENTER );