X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisual-factory%2Fvisual-base.h;h=40864e5af1d59a16200ce10d7f3856e8c1610253;hb=3d7aa8e051538b958915412a058080f11bad2735;hp=74ca64090d8fbd291672945b2a2e5b2ebf44b682;hpb=2c0f9145edfd91a23aebe2a379db4b807f872186;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visual-factory/visual-base.h b/dali-toolkit/devel-api/visual-factory/visual-base.h index 74ca640..40864e5 100644 --- a/dali-toolkit/devel-api/visual-factory/visual-base.h +++ b/dali-toolkit/devel-api/visual-factory/visual-base.h @@ -116,7 +116,7 @@ public: float GetDepthIndex() const; /** - * @brief Visual needs to know when the control is put on to the stage to add the renderer. + * @brief Visual needs to know when when the control is put on to the stage to add the renderer. * * This function should be called when the control is put on to the stage. * @@ -126,7 +126,7 @@ public: void SetOnStage( Actor& actor ); /** - * @brief Visual needs to know when the control is removed from the stage to remove the renderer. + * @brief Visual needs to know when when the control is removed from the stage to remove the renderer. * * This function should be called when the control is removed from the stage *