[4.0] Fix comment to remove Doxygen tool warning 03/163203/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:44:22 +0000 (11:44 +0900)
Fix comment to remove Doxygen tool warning

Change-Id: I709097c89bd2e2a94d83ee6afca3bcd5733eae24

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 );