From 6546c75a336a4362156d7992ab8dcc4aa4ecefde Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 15 Mar 2013 16:16:21 +0900 Subject: [PATCH] fix doc formatting. --- src/lib/evas/Evas.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 26d4e09d83..b0f8eeca6d 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -9207,7 +9207,8 @@ EAPI Eina_Bool evas_object_image_source_unset(Evas_Object *o * ) will be invisible. * * This API works differently to evas_object_show() and evas_object_hide(). - * Once source object is hidden by evas_object_hide() then the proxy object will * be hidden as well. Actually in this case both objects are excluded from the + * Once source object is hidden by evas_object_hide() then the proxy object will + * be hidden as well. Actually in this case both objects are excluded from the * Evas internal update circle. * * By this API, instead, one can toggle the visibility of a proxy's source