jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8b3c1eb069169778c069dcab4c0f1a2d946ab899

commit 8b3c1eb069169778c069dcab4c0f1a2d946ab899
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Aug 8 18:14:07 2017 +0900

    eo: Add a space in documentation
    
    This separates the brief and the content.
---
 src/lib/eo/efl_object.eo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index f31606f293..36174c8d2f 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -166,7 +166,8 @@ abstract Efl.Object ()
       }
       name_find {
          [[Find a child object with the given name and return it.
-           The search string can be a glob (shell style). It can also
+
+           The search string can be a glob (shell style, using *). It can also
            specify class name in the format of "class:name" where ":"
            separates class and name. Both class and name can be globs.
            If class is specified, and name is empty like "class:" then

-- 


Reply via email to