From 8b3c1eb069169778c069dcab4c0f1a2d946ab899 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 8 Aug 2017 18:14:07 +0900 Subject: [PATCH] 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 f31606f..36174c8 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 -- 2.7.4