zmike pushed a commit to branch efl-1.22.

http://git.enlightenment.org/core/efl.git/commit/?id=054071ae1800ca3772d5fd285d896bf25342ed06

commit 054071ae1800ca3772d5fd285d896bf25342ed06
Author: Xavi Artigas <[email protected]>
Date:   Wed Apr 10 16:09:15 2019 +0200

    docs: Remove silly [[[ typos
---
 src/lib/elementary/efl_ui_focus_manager.eo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elementary/efl_ui_focus_manager.eo 
b/src/lib/elementary/efl_ui_focus_manager.eo
index 29740a3322..7d1a510642 100644
--- a/src/lib/elementary/efl_ui_focus_manager.eo
+++ b/src/lib/elementary/efl_ui_focus_manager.eo
@@ -5,10 +5,10 @@ struct @beta @free(efl_ui_focus_relation_free) 
Efl.Ui.Focus.Relations {
     [[Structure holding the graph of relations between focusable objects.
     ]]
     right : list<Efl.Ui.Focus.Object> @owned; [[List of objects on the right 
side]]
-    left : list<Efl.Ui.Focus.Object> @owned; [[[List of objects on the left 
side]]
-    top : list<Efl.Ui.Focus.Object> @owned; [[[List of objects above]]
-    down : list<Efl.Ui.Focus.Object> @owned; [[[List of objects below]]
-    next : Efl.Ui.Focus.Object; [[[Next object]]
+    left : list<Efl.Ui.Focus.Object> @owned; [[List of objects on the left 
side]]
+    top : list<Efl.Ui.Focus.Object> @owned; [[List of objects above]]
+    down : list<Efl.Ui.Focus.Object> @owned; [[List of objects below]]
+    next : Efl.Ui.Focus.Object; [[Next object]]
     prev : Efl.Ui.Focus.Object; [[Previous object]]
     parent : Efl.Ui.Focus.Object; [[Parent object]]
     redirect : Efl.Ui.Focus.Manager; [[Redirect manager]]

-- 


Reply via email to