Merge "Fix comment to remove Doxygen tool warning" into devel/master
authordongsug song <dongsug.song@samsung.com>
Mon, 11 Dec 2017 01:55:10 +0000 (01:55 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 11 Dec 2017 01:55:10 +0000 (01:55 +0000)
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 );