From 88e5c4489b4bc951b1fc7d412e421c3411cf2510 Mon Sep 17 00:00:00 2001 From: "minho.sun" Date: Fri, 8 Dec 2017 11:36:20 +0900 Subject: [PATCH] Fix comment to remove Doxygen tool warning Fix comment to remove Doxygen tool warning Change-Id: I60073ec87dc035eabd4d91dbf34afbe683c62308 Signed-off-by: minho.sun --- dali-toolkit/public-api/controls/image-view/image-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali-toolkit/public-api/controls/image-view/image-view.h b/dali-toolkit/public-api/controls/image-view/image-view.h index ac2befa..7c99a5f 100644 --- a/dali-toolkit/public-api/controls/image-view/image-view.h +++ b/dali-toolkit/public-api/controls/image-view/image-view.h @@ -48,7 +48,7 @@ class ImageView; * ResouceReadySignal is done after the resource is set then signal will be missed. * * To protect against this, IsResourceReady() can be checked before connecting to ResourceReadySignal, - * or the signal connection can be done before setting the resource" + * or the signal connection can be done before setting the resource. * * @code * auto myImageView = ImageView::New( resourceUrl ); -- 2.7.4