Fix comment to remove Doxygen tool warning 01/163201/1
authorminho.sun <minho.sun@samsung.com>
Fri, 8 Dec 2017 02:36:20 +0000 (11:36 +0900)
committerminho.sun <minho.sun@samsung.com>
Fri, 8 Dec 2017 02:36:20 +0000 (11:36 +0900)
Fix comment to remove Doxygen tool warning

Change-Id: I60073ec87dc035eabd4d91dbf34afbe683c62308
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-toolkit/public-api/controls/image-view/image-view.h

index ac2befa..7c99a5f 100644 (file)
@@ -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 );